[open-ils-commits] r18664 - trunk/Open-ILS/web/js/dojo/fieldmapper (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Nov 8 16:17:50 EST 2010
Author: miker
Date: 2010-11-08 16:17:45 -0500 (Mon, 08 Nov 2010)
New Revision: 18664
Modified:
trunk/Open-ILS/web/js/dojo/fieldmapper/IDL.js
Log:
make sure classes are /always/ loaded from the server
Modified: trunk/Open-ILS/web/js/dojo/fieldmapper/IDL.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/fieldmapper/IDL.js 2010-11-08 20:44:43 UTC (rev 18663)
+++ trunk/Open-ILS/web/js/dojo/fieldmapper/IDL.js 2010-11-08 21:17:45 UTC (rev 18664)
@@ -33,6 +33,7 @@
handleAs : 'xml',
sync : true,
timeout : 10000,
+ preventCache : true,
load : function (response) {
self._parse(response);
fieldmapper.IDL.loaded = true;
More information about the open-ils-commits
mailing list