From 80cf144e8bed9ca3ce0e0ff444051962592ed79d Mon Sep 17 00:00:00 2001 From: Ruud Date: Thu, 18 Dec 2014 09:58:52 +0100 Subject: [PATCH] Don't load async --- couchpotato/core/_base/clientscript.py | 1 - couchpotato/static/scripts/couchpotato.js | 1 - 2 files changed, 2 deletions(-) diff --git a/couchpotato/core/_base/clientscript.py b/couchpotato/core/_base/clientscript.py index fb21cb3f..92bc419e 100644 --- a/couchpotato/core/_base/clientscript.py +++ b/couchpotato/core/_base/clientscript.py @@ -30,7 +30,6 @@ class ClientScript(Plugin): 'scripts/vendor/form_replacement/form_selectoption.js', 'scripts/vendor/spin.js', 'scripts/vendor/Array.stableSort.js', - 'scripts/vendor/async.js', 'scripts/vendor/history.js', 'scripts/library/uniform.js', 'scripts/library/question.js', diff --git a/couchpotato/static/scripts/couchpotato.js b/couchpotato/static/scripts/couchpotato.js index 57e4986e..97565371 100644 --- a/couchpotato/static/scripts/couchpotato.js +++ b/couchpotato/static/scripts/couchpotato.js @@ -404,7 +404,6 @@ } // Create parallel callback - var callbacks = []; self.global_events[name].each(function(handle){ setTimeout(function(){