mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 09:08:09 +01:00
Fix regression
This commit is contained in:
@@ -10994,8 +10994,9 @@ class Form
|
||||
}
|
||||
$out .= ' });
|
||||
$(".' . $cssclass . '").change(function() {
|
||||
$(this).closest("tr").toggleClass(this.checked);
|
||||
});
|
||||
console.log("We change tr class highlight");
|
||||
$(this).closest("tr").toggleClass("highlight", this.checked);
|
||||
});
|
||||
});
|
||||
</script>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user