From: Kristian Kræmmer Nielsen Date: Thu, 20 Dec 2007 01:12:05 +0000 (+0100) Subject: Fix init order on Mac X-Git-Url: https://git.jkkn.net/?a=commitdiff_plain;h=79eb228a717a0129c26588302a244d92df93d4a0;p=tv2developer Fix init order on Mac --- 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