Ticket resolved

Former-commit-id: c7b3a4c44941a8e2ea91faf811730bbec4d7f877
This commit is contained in:
marcos.alconada 2019-02-27 18:25:37 +01:00
parent 441fb979e1
commit c7cd59ffb5
1 changed files with 1 additions and 1 deletions

View File

@ -1047,7 +1047,7 @@ function validate_event_advanced(id, new_status) {
$("#delete-"+id).attr ("data-title", <?php echo "'".__('Is not allowed delete events in process')."'"; ?>);
$("#delete-"+id).attr ("alt", <?php echo "'".__('Is not allowed delete events in process')."'"; ?>);
$("#delete-"+id).attr ("data-use_title_for_force_title", 1);
$("#delete-"+id).attr ("class", "forced_title");
$("#delete-"+id).attr ("class", "forced_title");
// Remove row due to new state
if (($("#status").val() == 0)