diff --git a/hyperglass/static/js/hyperglass.js b/hyperglass/static/js/hyperglass.js index 3e3bc27..79437bf 100644 --- a/hyperglass/static/js/hyperglass.js +++ b/hyperglass/static/js/hyperglass.js @@ -10,7 +10,7 @@ clearPage(); // Bulma Toggable Dropdown - help text $('#help-dropdown').click(function(event) { event.stopPropagation(); - $(this).addClass('is-active'); + $(this).toggleClass('is-active'); }); // ClipboardJS Elements