Update edit.php
This commit is contained in:
parent
c61009a91e
commit
3be1167971
|
@ -529,9 +529,9 @@ if (!empty($note_accredito)) {
|
||||||
$(".btn-sm[data-toggle=\"tooltip\"]").each(function() {
|
$(".btn-sm[data-toggle=\"tooltip\"]").each(function() {
|
||||||
|
|
||||||
$(this).on("click", function() {
|
$(this).on("click", function() {
|
||||||
if(!content_was_modified) {
|
/*if(!content_was_modified) {
|
||||||
return;
|
return;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
form = $("#edit-form");
|
form = $("#edit-form");
|
||||||
btn = $(this);
|
btn = $(this);
|
||||||
|
|
Loading…
Reference in New Issue