1
0
Fork 1
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:
Matt Love 2019-07-09 23:13:06 -07:00
parent 53c1e44e2d
commit 37448c85b9

View file

@ -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