From ebbea6a0d40d1863f2cc69e83e1b30d8b0a64ffb Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Mon, 4 Jul 2022 23:13:50 +0200 Subject: [PATCH] style: spacing --- popmon/visualization/templates/assets/js/custom-script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){