From bd4753b7bd451bfb80f4b6396cf632d9ace78e6d Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 27 Jan 2012 13:39:46 +0100 Subject: [PATCH] Error on double restart --- couchpotato/static/scripts/couchpotato.js | 1 - 1 file changed, 1 deletion(-) diff --git a/couchpotato/static/scripts/couchpotato.js b/couchpotato/static/scripts/couchpotato.js index d7ae68cc..b48bc8c1 100644 --- a/couchpotato/static/scripts/couchpotato.js +++ b/couchpotato/static/scripts/couchpotato.js @@ -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 ;)'})