mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-09 21:49:43 -05:00
Added meshcore minification support.
This commit is contained in:
@@ -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); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user