mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-06 16:04:31 +08:00
[Web] Minor fix to api.js
This commit is contained in:
parent
a5d40a4ab6
commit
ca7ad2942a
@ -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…
Reference in New Issue
Block a user