From: Kristian Kræmmer Nielsen Date: Thu, 20 Dec 2007 00:51:49 +0000 (+0100) Subject: Fixed mac instant apply bug X-Git-Url: https://git.jkkn.net/?a=commitdiff_plain;h=82609d02b45c6563136b044d9b160b2127ae28e0;p=tv2developer Fixed mac instant apply bug --- diff --git a/content/options.js b/content/options.js index dc7e658..bc6577c 100755 --- a/content/options.js +++ b/content/options.js @@ -67,6 +67,7 @@ var TV2Options = { newItem.setAttribute('label', add); php5sites.insertBefore(newItem, insertBefore); php5sites.selectedItem = newItem; + this.update(); php5sites.focus(); } }, @@ -74,6 +75,7 @@ var TV2Options = { php5sitesRemove: function(obj) { var php5sites = document.getElementById('php5sites'); php5sites.removeChild(php5sites.selectedItem); + this.update(); php5sites.focus(); }, @@ -87,6 +89,7 @@ var TV2Options = { } php5sites.disabled = useDefaults; document.getElementById('php5sites_add').disabled = useDefaults; + this.update(); }, save: function() { diff --git a/version b/version index 8adc70f..6f4eebd 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.8.0 \ No newline at end of file +0.8.1