diff --git a/mobile/user-location.user.js b/mobile/user-location.user.js index 8bf333ec..ce2f0631 100644 --- a/mobile/user-location.user.js +++ b/mobile/user-location.user.js @@ -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); -