fix similar button for post/show

This commit is contained in:
albert
2013-02-23 11:37:07 -05:00
parent 17bf33672c
commit 402f13e202
3 changed files with 23 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
$("#form").attr("target", "_blank");
$("#form").attr("action", "http://danbooru.iqdb.org/");
$("form").trigger("submit");
$("#form").trigger("submit");
$("#upload_source").attr("name", old_source_name);
$("#upload_file").attr("name", old_file_name);