From 79eb228a717a0129c26588302a244d92df93d4a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20Kr=E6mmer=20Nielsen?= Date: Thu, 20 Dec 2007 02:12:05 +0100 Subject: [PATCH] Fix init order on Mac --- content/options.js | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/options.js b/content/options.js index bc6577c..d62eb33 100755 --- a/content/options.js +++ b/content/options.js @@ -20,9 +20,9 @@ var TV2Options = { (this._keyBranch.getIntPref('menuAccessKey') != 0); } // fill in php5 sites + this.php5sitesFillIn(TV2Util.getPref('php5sites', '')); document.getElementById('php5auto').selectedIndex = (TV2Util.hasPref('php5sites') ? 1 : 0); - this.php5sitesFillIn(TV2Util.getPref('php5sites', '')); }, /* fill in list */ diff --git a/version b/version index 6f4eebd..100435b 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.8.1 +0.8.2 -- 2.52.0