fixes #699
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
}
|
||||
|
||||
Danbooru.Upload.initialize_enter_on_tags = function() {
|
||||
$("#upload_tag_string,#post_tag_string").bind("keydown.return", function() {$("#form").submit();});
|
||||
$("#upload_tag_string,#post_tag_string").bind("keydown.return", function(e) {
|
||||
$("#form").submit();
|
||||
e.preventDefault();
|
||||
});
|
||||
}
|
||||
|
||||
Danbooru.Upload.initialize_similar = function() {
|
||||
|
||||
Reference in New Issue
Block a user