diff --git a/couchpotato/static/scripts/page/settings.js b/couchpotato/static/scripts/page/settings.js index 9c9453e0..74f3c7f0 100644 --- a/couchpotato/static/scripts/page/settings.js +++ b/couchpotato/static/scripts/page/settings.js @@ -196,13 +196,13 @@ Page.Settings = new Class({ }); setTimeout(function(){ - self.fireEvent('create'); - self.openTab(); - self.el.adopt( self.tabs_container, self.containers ); + + self.fireEvent('create'); + self.openTab(); }, 0); },