diff --git a/popmon/visualization/templates/assets/js/custom-script.js b/popmon/visualization/templates/assets/js/custom-script.js index e8b6f3ec..c43bd29d 100644 --- a/popmon/visualization/templates/assets/js/custom-script.js +++ b/popmon/visualization/templates/assets/js/custom-script.js @@ -16,7 +16,7 @@ $(document).on("click", "button.dropdown-item", function() { var type = window.location.hash.substr(1); if (type.length > 0){ // Find link to that section - var o = $("a.nav-link.js-scroll-trigger[href='#" + type +"'" ); + var o = $("a.nav-link.js-scroll-trigger[href='#" + type +"'"); // If exists if (o.length == 1){