removed not used newline at the end of plugin...stay consistent with other plugins, otherwise it breaks stuff on mobile plugin injection
This commit is contained in:
parent
ff900520ad
commit
8d1dcf74fe
@ -66,4 +66,3 @@ if(window.iitcLoaded && typeof setup === 'function') {
|
||||
var script = document.createElement('script');
|
||||
script.appendChild(document.createTextNode('('+ wrapper +')();'));
|
||||
(document.body || document.head || document.documentElement).appendChild(script);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user