Skip to content

Commit

Permalink
fix js linting
Browse files Browse the repository at this point in the history
  • Loading branch information
afourmy committed Jul 8, 2020
1 parent 45f371d commit d582d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eNMS/static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function doc(page) {
view: "inventory/network_visualization.html",
workflow_builder: "automation/workflows.html",
}[page];
$("#doc-link").attr("href", `${settings.app.documentation_url}${endpoint || ''}`);
$("#doc-link").attr("href", `${settings.app.documentation_url}${endpoint || ""}`);
}

function switchTheme(theme) {
Expand Down

0 comments on commit d582d36

Please sign in to comment.