[open-ils-commits] r16035 - trunk/Open-ILS/web/js/ui/default/acq/financial (senator)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Mar 29 11:52:37 EDT 2010
Author: senator
Date: 2010-03-29 11:52:34 -0400 (Mon, 29 Mar 2010)
New Revision: 16035
Modified:
trunk/Open-ILS/web/js/ui/default/acq/financial/list_funds.js
Log:
Acq: this line unneeded; TagManager doesn't go here.
Modified: trunk/Open-ILS/web/js/ui/default/acq/financial/list_funds.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/acq/financial/list_funds.js 2010-03-29 15:38:43 UTC (rev 16034)
+++ trunk/Open-ILS/web/js/ui/default/acq/financial/list_funds.js 2010-03-29 15:52:34 UTC (rev 16035)
@@ -59,8 +59,6 @@
loadYearSelector();
lfGrid.dataLoader = gridDataLoader;
loadFundGrid(new openils.CGI().param('year') || new Date().getFullYear().toString());
-
- tagManager = new TagManager(lfGrid);
}
function gridDataLoader() {
More information about the open-ils-commits
mailing list