Skip to content

Commit

Permalink
style: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Jul 4, 2022
1 parent c959289 commit ebbea6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popmon/visualization/templates/assets/js/custom-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit ebbea6a

Please sign in to comment.