Commit 32fe9ad2 authored by Fatih Acet's avatar Fatih Acet

Hide edit warning element when form reverted.

parent 509f0b1a
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment