[open-ils-commits] r9405 - in branches/acq-experiment/Open-ILS/web: js/dojo/openils js/dojo/openils/acq oilsweb/oilsweb/public/oils/media/js/openils

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 21 14:19:54 EDT 2008


Author: erickson
Date: 2008-04-21 13:40:54 -0400 (Mon, 21 Apr 2008)
New Revision: 9405

Added:
   branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq/
Removed:
   branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/public/oils/media/js/openils/acq/
Modified:
   branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq/FundingSource.js
Log:

as promised, moving ACQ JS from the Pylons section of the repo into the global JS area



Copied: branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq (from rev 9387, branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/public/oils/media/js/openils/acq)

Modified: branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq/FundingSource.js
===================================================================
--- branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/public/oils/media/js/openils/acq/FundingSource.js	2008-04-19 19:03:23 UTC (rev 9387)
+++ branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq/FundingSource.js	2008-04-21 17:40:54 UTC (rev 9405)
@@ -17,7 +17,6 @@
 if(!dojo._hasResource['openils.acq.FundingSource']) {
 dojo._hasResource['openils.acq.FundingSource'] = true;
 dojo.provide('openils.acq.FundingSource');
-dojo.require('util.Dojo');
 
 /** Declare the FundingSource class with dojo */
 dojo.declare('openils.acq.FundingSource', null, {



More information about the open-ils-commits mailing list