From 912f54ab9771cd8f3b1b6dccce6f04b7f2f468fd Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 6 Oct 2008 17:27:57 +0000 Subject: [PATCH] make sure toolbar is visible if going directly to queue page via url param git-svn-id: svn://svn.open-ils.org/ILS/trunk@10764 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/vandelay/vandelay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/vandelay/vandelay.js b/Open-ILS/web/vandelay/vandelay.js index eb48e1b582..80c23ce41a 100644 --- a/Open-ILS/web/vandelay/vandelay.js +++ b/Open-ILS/web/vandelay/vandelay.js @@ -206,9 +206,9 @@ function displayGlobalDiv(id) { 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(); } -- 2.43.2