fixes #2815: Posts Screen Edit Mode Bug
This commit is contained in:
@@ -72,6 +72,9 @@
|
|||||||
tag_string: $("#post_tag_string").val()
|
tag_string: $("#post_tag_string").val()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
complete: function() {
|
||||||
|
$.rails.enableFormElements($("#quick-edit-form"));
|
||||||
|
},
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
Danbooru.Post.update_data(data);
|
Danbooru.Post.update_data(data);
|
||||||
$("#post_" + data.id).effect("shake", {distance: 5, times: 1}, 100);
|
$("#post_" + data.id).effect("shake", {distance: 5, times: 1}, 100);
|
||||||
|
|||||||
Reference in New Issue
Block a user