Skip to content

Commit d582d36

Browse files
committed
fix js linting
1 parent 45f371d commit d582d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eNMS/static/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function doc(page) {
3737
view: "inventory/network_visualization.html",
3838
workflow_builder: "automation/workflows.html",
3939
}[page];
40-
$("#doc-link").attr("href", `${settings.app.documentation_url}${endpoint || ''}`);
40+
$("#doc-link").attr("href", `${settings.app.documentation_url}${endpoint || ""}`);
4141
}
4242

4343
function switchTheme(theme) {

0 commit comments

Comments
 (0)