Fixed editing post
This commit is contained in:
parent
587fa1742f
commit
b15cdfb02d
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ App.Presenters.PostEditPresenter = function(
|
||||||
tagInput.inputConfirmed = editPost;
|
tagInput.inputConfirmed = editPost;
|
||||||
}
|
}
|
||||||
|
|
||||||
$target.find('.post-edit-wrapper form').submit(editFormSubmitted);
|
$target.find('form').submit(editFormSubmitted);
|
||||||
}
|
}
|
||||||
|
|
||||||
function focus() {
|
function focus() {
|
||||||
|
|
Loading…
Reference in a new issue