mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-11 06:20:11 -05:00
Merge pull request #1337 from veitw/1336-fix-pluginhandler-minifying
Fix minifying renders MC 0.5.22+ unusable if enabled #1336
This commit is contained in:
@@ -123,7 +123,7 @@ module.exports.pluginHandler = function (parent) {
|
||||
st.src = '/pluginHandler.js';
|
||||
document.body.appendChild(st);
|
||||
};
|
||||
return obj; };`;
|
||||
return obj; }`;
|
||||
return str;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user