Remove update message after update. fixes #163

This commit is contained in:
Ruud
2012-04-28 20:23:20 +02:00
parent a2e364a7d7
commit 121cb3c7b4
@@ -79,6 +79,8 @@ var UpdaterBase = new Class({
if(json.success){
App.restart('Please wait while CouchPotato is being updated with more awesome stuff.', 'Updating');
App.checkAvailable.delay(500, App);
if(self.message)
self.message.destroy();
}
}
});