From 8d1dcf74fe1a96dad591970774a00fbeded7300b Mon Sep 17 00:00:00 2001 From: Philipp Schaefer Date: Mon, 27 May 2013 14:50:33 +0200 Subject: [PATCH] removed not used newline at the end of plugin...stay consistent with other plugins, otherwise it breaks stuff on mobile plugin injection --- mobile/user-location.user.js | 1 - 1 file changed, 1 deletion(-) 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); -