From: Andrew Dolgov Date: Sat, 3 Sep 2005 10:46:57 +0000 (+0100) Subject: simplified pane handling code somewhat X-Git-Tag: 1.0.3~56 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0f4102532706031f546cd0d2aba6720b1b2386ef;p=tt-rss.git simplified pane handling code somewhat --- diff --git a/prefs.js b/prefs.js index e55f7d4f..d698cd57 100644 --- a/prefs.js +++ b/prefs.js @@ -7,7 +7,6 @@ var xmlhttp = false; var active_feed = false; var active_filter = false; -var active_pane = false; /*@cc_on @*/ /*@if (@_jscript_version >= 5) @@ -497,12 +496,6 @@ function expandPane(id) { var container; -/* if (active_pane) { - container = document.getElementById(active_pane); - container.innerHTML = "Click to expand..."; - } */ - container = document.getElementById(id); if (id == "feedConfPane") { @@ -510,8 +503,6 @@ function expandPane(id) { } else if (id == "filterConfPane") { updateFilterList(); } - - active_pane = id; } function init() {