Error on double restart

This commit is contained in:
Ruud
2012-01-27 13:39:46 +01:00
parent f99245569f
commit bd4753b7bd
@@ -156,7 +156,6 @@ var CouchPotato = new Class({
if(!self.mask){
var body = $(document.body);
self.mask = new Spinner(document.body, {
'destroyOnHide': true,
'message': new Element('div').adopt(
new Element('h1', {'text': 'Unavailable.'}),
new Element('div', {'text': message || 'Something must have crashed.. check the logs ;)'})