mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-05 06:55:27 +01:00
Fixed compile error in event listeners.
This commit is contained in:
@@ -228,7 +228,7 @@ $(document).on("ajaxUI:start ajaxUI:reload", function() {
|
||||
var new_state = $(this).tristate('state');
|
||||
|
||||
//@ts-ignore
|
||||
$('.tristate:checkbox', $row).tristate('state', new_state;
|
||||
$('.tristate:checkbox', $row).tristate('state', new_state);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user