🎨 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