mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 19:58:53 +02:00
Fixed compile error in event listeners.
This commit is contained in:
parent
e7a95926f6
commit
c2c9f3a938
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue