mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-05-07 12:43:05 +00:00
🎨 Make JS code suck slightly less
This commit is contained in:
parent
53c1e44e2d
commit
37448c85b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue