From 2eff364d7efbeb8b0bc170f238d9401b9c90bd2b Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 10 Oct 2011 13:49:02 +0200 Subject: [PATCH] Remove outerclick on hide. --- couchpotato/static/scripts/page/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') },