Fix #3867: Add namespaces to all Javascript events.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user