mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed editing post
This commit is contained in:
@ -59,7 +59,7 @@ App.Presenters.PostEditPresenter = function(
|
||||
tagInput.inputConfirmed = editPost;
|
||||
}
|
||||
|
||||
$target.find('.post-edit-wrapper form').submit(editFormSubmitted);
|
||||
$target.find('form').submit(editFormSubmitted);
|
||||
}
|
||||
|
||||
function focus() {
|
||||
|
Reference in New Issue
Block a user