diff --git a/couchpotato/core/plugins/userscript/static/userscript.gif b/couchpotato/core/plugins/userscript/static/userscript.gif deleted file mode 100644 index d4b00bc3..00000000 Binary files a/couchpotato/core/plugins/userscript/static/userscript.gif and /dev/null differ diff --git a/couchpotato/core/plugins/userscript/static/userscript.js b/couchpotato/core/plugins/userscript/static/userscript.js index 7e819dbb..3a7fd9dd 100644 --- a/couchpotato/core/plugins/userscript/static/userscript.js +++ b/couchpotato/core/plugins/userscript/static/userscript.js @@ -96,7 +96,7 @@ var UserscriptSettingTab = new Class({ }) ) ).setStyles({ - 'background-image': "url('"+App.createUrl('static/plugin/userscript/userscript.gif')+"')" + 'background-image': "url('https://couchpota.to/media/images/userscript.gif')" }); }); diff --git a/couchpotato/core/plugins/wizard/static/wizard.js b/couchpotato/core/plugins/wizard/static/wizard.js index 733ef1ee..b43e3985 100644 --- a/couchpotato/core/plugins/wizard/static/wizard.js +++ b/couchpotato/core/plugins/wizard/static/wizard.js @@ -39,7 +39,7 @@ Page.Wizard = new Class({ '
Once installed, just click the bookmarklet on a movie page and watch the magic happen ;)', 'content': function(){ return App.createUserscriptButtons().setStyles({ - 'background-image': "url('"+App.createUrl('static/plugin/userscript/userscript.gif')+"')" + 'background-image': "url('https://couchpota.to/media/images/userscript.gif')" }) } },