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

@@ -31,7 +31,7 @@ ModQueue.initialize_hilights = function() {
}
ModQueue.initialize_detailed_rejection_links = function() {
$(".detailed-rejection-link").click(ModQueue.detailed_rejection_dialog)
$(".detailed-rejection-link").on("click.danbooru", ModQueue.detailed_rejection_dialog)
}
ModQueue.detailed_rejection_dialog = function() {