[open-ils-commits] r10764 - trunk/Open-ILS/web/vandelay

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Oct 6 13:28:00 EDT 2008


Author: erickson
Date: 2008-10-06 13:27:57 -0400 (Mon, 06 Oct 2008)
New Revision: 10764

Modified:
   trunk/Open-ILS/web/vandelay/vandelay.js
Log:
make sure toolbar is visible if going directly to queue page via url param

Modified: trunk/Open-ILS/web/vandelay/vandelay.js
===================================================================
--- trunk/Open-ILS/web/vandelay/vandelay.js	2008-10-06 15:11:38 UTC (rev 10763)
+++ trunk/Open-ILS/web/vandelay/vandelay.js	2008-10-06 17:27:57 UTC (rev 10764)
@@ -206,9 +206,9 @@
 function runStartupCommands() {
     currentQueueId = cgi.param('qid');
     currentType = cgi.param('qtype');
+    dojo.style('vl-nav-bar', 'visibility', 'visible');
     if(currentQueueId)
         return retrieveQueuedRecords(currentType, currentQueueId, handleRetrieveRecords);
-    dojo.style('vl-nav-bar', 'visibility', 'visible');
     vlShowUploadForm();
 }
 



More information about the open-ils-commits mailing list