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