Update edit.php

This commit is contained in:
Luca 2018-11-28 02:14:41 +01:00
parent c61009a91e
commit 3be1167971
1 changed files with 2 additions and 2 deletions

View File

@ -529,9 +529,9 @@ if (!empty($note_accredito)) {
$(".btn-sm[data-toggle=\"tooltip\"]").each(function() {
$(this).on("click", function() {
if(!content_was_modified) {
/*if(!content_was_modified) {
return;
}
}*/
form = $("#edit-form");
btn = $(this);