mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-27 15:45:53 -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:
commit
e8e1d7194c
@ -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…
Reference in New Issue
Block a user