[open-ils-commits] r10330 -
branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Aug 11 09:34:24 EDT 2008
Author: erickson
Date: 2008-08-11 09:34:23 -0400 (Mon, 11 Aug 2008)
New Revision: 10330
Modified:
branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq/PO.js
Log:
force async on PO fetching
Modified: branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq/PO.js
===================================================================
--- branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq/PO.js 2008-08-11 13:32:13 UTC (rev 10329)
+++ branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq/PO.js 2008-08-11 13:34:23 UTC (rev 10330)
@@ -37,6 +37,7 @@
fieldmapper.standardRequest(
req,
{ params:par,
+ async: true,
oncomplete:function(r) {
var po = r.recv().content();
openils.acq.PO.cache[po.id()] = po;
More information about the open-ils-commits
mailing list