Hide edit warning element when form reverted.

This commit is contained in:
Fatih Acet 2016-12-28 21:33:19 +03:00
parent 509f0b1ac4
commit 32fe9ad24e
1 changed files with 1 additions and 0 deletions

View File

@ -566,6 +566,7 @@
$editForm.insertBefore('.notes-form');
$editForm.find('.js-comment-button').enable();
$editForm.find('.js-edit-warning').hide();
};
Notes.prototype.getEditFormSelector = function($el) {