From 657a0a02e4ba59ca4881f8220341fb10289255fc Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 23 Sep 2013 10:51:03 -0400 Subject: [PATCH] Repair Vandelay async startup data retrieval Increment the number of items retrieved at startup to ensure the UI waits for all async requests to return before continuing with page rendering. The counter should have been updated with this commit, which adds bucket retrieval to the startup sequence. 59cc4b9524bfcf9a56f54c5ed5a3d56a7d1b86e6 Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/vandelay/vandelay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/vandelay/vandelay.js b/Open-ILS/web/js/ui/default/vandelay/vandelay.js index 41b9a99522..512c7dcb37 100644 --- a/Open-ILS/web/js/ui/default/vandelay/vandelay.js +++ b/Open-ILS/web/js/ui/default/vandelay/vandelay.js @@ -109,7 +109,7 @@ function vlInit() { localeStrings = dojo.i18n.getLocalization("openils.vandelay", "vandelay"); authtoken = openils.User.authtoken; - var initNeeded = 9; // how many async responses do we need before we're init'd + var initNeeded = 10; // how many async responses do we need before we're init'd var initCount = 0; // how many async reponses we've received openils.Util.registerEnterHandler( -- 2.11.0