UI tweaks

This commit is contained in:
Ruud
2012-05-05 22:50:26 +02:00
parent 2d61a31005
commit c5e273d616
2 changed files with 5 additions and 0 deletions
@@ -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)
})
@@ -211,6 +211,7 @@ window.addEvent('domready', function(){
},
'onComplete': function(){
movie.set('tween', {
'duration': 300,
'onComplete': function(){
movie.destroy();
}