let favorite portal plugin work on mobile
This commit is contained in:
parent
b535d77539
commit
561de8e4e0
@ -181,5 +181,4 @@ if(window.iitcLoaded && typeof setup === 'function') {
|
|||||||
// inject code into site context
|
// inject code into site context
|
||||||
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);
|
Loading…
x
Reference in New Issue
Block a user