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