Indentation fix only
This commit is contained in:
@ -61,4 +61,3 @@ if(window.iitcLoaded && typeof setup === 'function') {
|
|||||||
var script = document.createElement('script');
|
var script = document.createElement('script');
|
||||||
script.appendChild(document.createTextNode('('+ wrapper +')();'));
|
script.appendChild(document.createTextNode('('+ wrapper +')();'));
|
||||||
(document.body || document.head || document.documentElement).appendChild(script);
|
(document.body || document.head || document.documentElement).appendChild(script);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user