mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-18 00:55:01 +00:00
[Web] Minor fix to api.js
This commit is contained in:
parent
a5d40a4ab6
commit
ca7ad2942a
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ $(document).ready(function() {
|
|||
if (typeof multi_data[id] == "undefined") {
|
||||
multi_data[id] = [];
|
||||
}
|
||||
multi_data[id].splice($.inArray($(this).data('item'), multi_data[id]), 1);
|
||||
multi_data[id].push($(this).data('item'));
|
||||
}
|
||||
if (typeof multi_data[id] == "undefined") return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue