From: Adam Dickmeiss Date: Mon, 25 Jun 2007 07:23:56 +0000 (+0000) Subject: Fixed usesessions=false mode. The initStatusOK was not set to true. X-Git-Tag: PAZPAR2.1.0.1~17 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=50e691d393f2daba7d541e1a19bb13f0cfc96316 Fixed usesessions=false mode. The initStatusOK was not set to true. --- diff --git a/js/pz2.js b/js/pz2.js index 950cfa1..0f2a906 100644 --- a/js/pz2.js +++ b/js/pz2.js @@ -1,5 +1,5 @@ /* -** $Id: pz2.js,v 1.39 2007-06-22 10:52:09 adam Exp $ +** $Id: pz2.js,v 1.40 2007-06-25 07:23:56 adam Exp $ ** pz2.js - pazpar2's javascript client library. */ @@ -161,7 +161,9 @@ pz2.prototype = setTimeout("__myself.init()", 1000); } ); - } + } else { + __myself.initStatusOK = true; + } }, // no need to ping explicitly ping: function ()