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

@@ -10,7 +10,7 @@ NewsUpdate.initialize = function() {
} else {
$("#news-updates").show();
$("#close-news-ticker-link").click(function(e) {
$("#close-news-ticker-link").on("click.danbooru", function(e) {
$("#news-updates").hide();
Cookie.put("news-ticker", key);