diff --git a/couchpotato/static/scripts/page/settings.js b/couchpotato/static/scripts/page/settings.js index 4bc29139..856ef3ce 100644 --- a/couchpotato/static/scripts/page/settings.js +++ b/couchpotato/static/scripts/page/settings.js @@ -593,7 +593,7 @@ Option.Directory = new Class({ self.input.set('text', self.initial_directory); self.browser.hide() - self.el.removeEvent('outerClick', self.hideBrowser.bind(self)) + self.el.removeEvents('outerClick') },