mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-05 02:38:05 -05:00
Fix minifying renders MC 0.5.22+ unusable if minifying is enabled #1336
* pluginHandler.js: Removed superfluous ; to fix faulty substitution in minifying mode
This commit is contained in:
parent
d72765b67c
commit
24b06f8f35
@ -123,7 +123,7 @@ module.exports.pluginHandler = function (parent) {
|
|||||||
st.src = '/pluginHandler.js';
|
st.src = '/pluginHandler.js';
|
||||||
document.body.appendChild(st);
|
document.body.appendChild(st);
|
||||||
};
|
};
|
||||||
return obj; };`;
|
return obj; }`;
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user