[geeklog-cvs] geeklog: Tabs start to disappear if you start changing the width...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Apr 20 16:39:02 EDT 2011


changeset 8238:ff0cdbf54be0
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/ff0cdbf54be0
user: Tom <websitemaster at cogeco.net>
date: Wed Apr 20 16:24:43 2011 -0400
description:
Tabs start to disappear if you start changing the width of the browser. Patch by dengen Bug #1323

diffstat:

 public_html/javascript/admin.configuration.js |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r c4df72684023 -r ff0cdbf54be0 public_html/javascript/admin.configuration.js
--- a/public_html/javascript/admin.configuration.js	Wed Apr 20 16:15:13 2011 -0400
+++ b/public_html/javascript/admin.configuration.js	Wed Apr 20 16:24:43 2011 -0400
@@ -457,6 +457,7 @@
         
         if ( dropDownShown ) {
             tabs.tabs('remove', tabsLength-1);
+            dropDownShown = false;
         }
         
         for ( tab in hiddenTabs ) {



More information about the geeklog-cvs mailing list