We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f371d commit d582d36Copy full SHA for d582d36
eNMS/static/js/main.js
@@ -37,7 +37,7 @@ function doc(page) {
37
view: "inventory/network_visualization.html",
38
workflow_builder: "automation/workflows.html",
39
}[page];
40
- $("#doc-link").attr("href", `${settings.app.documentation_url}${endpoint || ''}`);
+ $("#doc-link").attr("href", `${settings.app.documentation_url}${endpoint || ""}`);
41
}
42
43
function switchTheme(theme) {
0 commit comments