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(); });