better check for plugins wrapper removal
This commit is contained in:
@ -131,5 +131,5 @@ if (window.iitcLoaded && typeof setup === 'function') {
|
||||
} // wrapper end
|
||||
// inject code into site context
|
||||
var script = document.createElement('script');
|
||||
script.appendChild(document.createTextNode('(' + wrapper + ')();'));
|
||||
script.appendChild(document.createTextNode('('+ wrapper +')();'));
|
||||
(document.body || document.head || document.documentElement).appendChild(script);
|
||||
|
Reference in New Issue
Block a user