[open-ils-commits] [GIT] Evergreen ILS branch master updated. 243dca2a38ff9b6358f5dbd240c61dc14d0b5e4c

Evergreen Git git at git.evergreen-ils.org
Mon Sep 23 11:15:21 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  243dca2a38ff9b6358f5dbd240c61dc14d0b5e4c (commit)
      from  c371b08e1b67356c90eb4b8be31088304af4ebea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 243dca2a38ff9b6358f5dbd240c61dc14d0b5e4c
Author: Bill Erickson <berick at esilibrary.com>
Date:   Mon Sep 23 10:51:03 2013 -0400

    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 <berick at esilibrary.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/web/js/ui/default/vandelay/vandelay.js b/Open-ILS/web/js/ui/default/vandelay/vandelay.js
index 41b9a99..512c7dc 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(

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/js/ui/default/vandelay/vandelay.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list