From 561de8e4e0e209a297a8d2959d2abc9c8c75d7e8 Mon Sep 17 00:00:00 2001 From: Philipp Schaefer Date: Thu, 13 Jun 2013 12:15:57 +0200 Subject: [PATCH] let favorite portal plugin work on mobile --- plugins/favorite-portals.user.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/favorite-portals.user.js b/plugins/favorite-portals.user.js index 6e6c0ed2..501f6339 100644 --- a/plugins/favorite-portals.user.js +++ b/plugins/favorite-portals.user.js @@ -181,5 +181,4 @@ if(window.iitcLoaded && typeof setup === 'function') { // inject code into site context var script = document.createElement('script'); script.appendChild(document.createTextNode('('+ wrapper +')();')); - -(document.body || document.head || document.documentElement).appendChild(script); \ No newline at end of file +(document.body || document.head || document.documentElement).appendChild(script);