From c5e273d616d5783cdabbaf59799dc4ca0b7df058 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 5 May 2012 22:50:26 +0200 Subject: [PATCH] UI tweaks --- couchpotato/static/scripts/couchpotato.js | 4 ++++ couchpotato/static/scripts/page/wanted.js | 1 + 2 files changed, 5 insertions(+) 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(); }