tag edit dialog: fix popout link not always being bound.

Fix the popout link not being bound on the upload page when uploading
without the bookmarklet.
This commit is contained in:
evazion
2018-12-18 19:23:59 -06:00
parent b24ccb0595
commit 3adf24c0aa

View File

@@ -35,7 +35,7 @@ Post.initialize_all = function() {
}
}
if ($("#image").length) {
if ($("#c-posts #a-show, #c-uploads #a-new").length) {
this.initialize_edit_dialog();
}