Fix #3867: Add namespaces to all Javascript events.

This commit is contained in:
evazion
2018-09-04 11:58:09 -05:00
parent c03af7f563
commit 3bed5f3cf9
23 changed files with 121 additions and 119 deletions

View File

@@ -1,5 +1,5 @@
$(function() {
$("#maintoggle").click(function() {
$("#maintoggle").on("click.danbooru", function() {
$('#nav').toggle();
$('#maintoggle-on').toggle();
$('#maintoggle-off').toggle();