Fixed editing post

This commit is contained in:
Marcin Kurczewski 2014-10-24 09:15:31 +02:00
parent 587fa1742f
commit b15cdfb02d

View file

@ -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() {