diff --git a/couchpotato/static/scripts/couchpotato.js b/couchpotato/static/scripts/couchpotato.js index 451e4346..e2c23b82 100644 --- a/couchpotato/static/scripts/couchpotato.js +++ b/couchpotato/static/scripts/couchpotato.js @@ -84,6 +84,10 @@ var CouchPotato = new Class({ 'events': { 'click': self.checkForUpdate.bind(self) } + }), + new Element('a', { + 'text': 'Run install wizard', + 'href': App.createUrl('wizard') })].each(function(a){ self.block.more.addLink(a) }) diff --git a/couchpotato/static/scripts/page/wanted.js b/couchpotato/static/scripts/page/wanted.js index b5a82cfe..1f811c69 100644 --- a/couchpotato/static/scripts/page/wanted.js +++ b/couchpotato/static/scripts/page/wanted.js @@ -211,6 +211,7 @@ window.addEvent('domready', function(){ }, 'onComplete': function(){ movie.set('tween', { + 'duration': 300, 'onComplete': function(){ movie.destroy(); }