Fix #3867: Add namespaces to all Javascript events.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
$(function() {
|
||||
$("#maintoggle").click(function() {
|
||||
$("#maintoggle").on("click.danbooru", function() {
|
||||
$('#nav').toggle();
|
||||
$('#maintoggle-on').toggle();
|
||||
$('#maintoggle-off').toggle();
|
||||
|
||||
Reference in New Issue
Block a user