mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added meshcore minification support.
This commit is contained in:
parent
4d307ca159
commit
1551f74637
47 changed files with 233 additions and 1989 deletions
|
@ -1522,7 +1522,7 @@ function parseUrlArguments(url) {
|
|||
|
||||
// Remove a element from a array
|
||||
function removeItemFromArray(array, element) {
|
||||
const index = array.indexOf(element);
|
||||
var index = array.indexOf(element);
|
||||
if (index !== -1) { array.splice(index, 1); }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue