From db9e444294718822855094303af773232e3d368f Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 27 Jan 2012 18:54:48 +0100 Subject: [PATCH] Don't use multiplenewznab --- couchpotato/core/plugins/wizard/static/wizard.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/couchpotato/core/plugins/wizard/static/wizard.js b/couchpotato/core/plugins/wizard/static/wizard.js index d1a83848..74d2b4db 100644 --- a/couchpotato/core/plugins/wizard/static/wizard.js +++ b/couchpotato/core/plugins/wizard/static/wizard.js @@ -68,9 +68,6 @@ Page.Wizard = new Class({ self.parent(action, params); self.addEvent('create', function(){ - var mnn = new MultipleNewznab('Wizard'); - mnn.addSettings(); - self.order(); });