mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Fixed meshcore cleanup .bat file.
This commit is contained in:
parent
ae35dfeee9
commit
2b3025716a
2 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,6 @@ DEL meshcmd.min.js
|
||||||
DEL meshcore.min.js
|
DEL meshcore.min.js
|
||||||
DEL modules_meshcmd_min\*.min.js
|
DEL modules_meshcmd_min\*.min.js
|
||||||
DEL modules_meshcore_min\*.min.js
|
DEL modules_meshcore_min\*.min.js
|
||||||
|
DEL modules_meshcore_min\*.json
|
||||||
RD modules_meshcmd_min
|
RD modules_meshcmd_min
|
||||||
RD modules_meshcore_min
|
RD modules_meshcore_min
|
|
@ -105,8 +105,7 @@ function getCoreTranslation()
|
||||||
if (coretranslations[lang] == null) { lang = 'en'; }
|
if (coretranslations[lang] == null) { lang = 'en'; }
|
||||||
if (coretranslations[lang] != null) { ret = coretranslations[lang]; }
|
if (coretranslations[lang] != null) { ret = coretranslations[lang]; }
|
||||||
}
|
}
|
||||||
catch (x)
|
catch (ex) { }
|
||||||
{ }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
setDefaultCoreTranslation(ret, 'allow', 'Allow');
|
setDefaultCoreTranslation(ret, 'allow', 'Allow');
|
||||||
|
|
Loading…
Reference in a new issue