UI tweaks
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user