post_mode_menu: update preview link selector
Fixes the post-score link triggering the mode menu action as well as all three score links getting the blue border on hover.
This commit is contained in:
@@ -64,7 +64,7 @@ PostModeMenu.initialize_selector = function() {
|
||||
}
|
||||
|
||||
PostModeMenu.initialize_preview_link = function() {
|
||||
$(document).on("click.danbooru", ".post-preview a", PostModeMenu.click);
|
||||
$(document).on("click.danbooru", ".post-preview-container a", PostModeMenu.click);
|
||||
}
|
||||
|
||||
PostModeMenu.initialize_edit_form = function() {
|
||||
|
||||
Reference in New Issue
Block a user