mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-23 06:34:54 +03: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:
commit
61f778d257
@ -123,7 +123,7 @@ module.exports.pluginHandler = function (parent) {
|
||||
st.src = '/pluginHandler.js';
|
||||
document.body.appendChild(st);
|
||||
};
|
||||
return obj; };`;
|
||||
return obj; }`;
|
||||
return str;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user