Show off browser extension

This commit is contained in:
Ruud
2014-04-01 20:33:47 +02:00
parent 95369e79a5
commit e609931d2c
5 changed files with 10 additions and 4 deletions
@@ -39,7 +39,7 @@ Page.Wizard = new Class({
'<br />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.png')+"')"
'background-image': "url('"+App.createUrl('static/plugin/userscript/userscript.gif')+"')"
})
}
},