[open-ils-commits] r11998 - trunk/Open-ILS/web/reports
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jan 27 08:39:53 EST 2009
Author: dbs
Date: 2009-01-27 08:39:52 -0500 (Tue, 27 Jan 2009)
New Revision: 11998
Modified:
trunk/Open-ILS/web/reports/oils_rpt_common.xhtml
Log:
Second part of fix for viewing reports, related to r11995
Modified: trunk/Open-ILS/web/reports/oils_rpt_common.xhtml
===================================================================
--- trunk/Open-ILS/web/reports/oils_rpt_common.xhtml 2009-01-27 04:32:57 UTC (rev 11997)
+++ trunk/Open-ILS/web/reports/oils_rpt_common.xhtml 2009-01-27 13:39:52 UTC (rev 11998)
@@ -13,6 +13,7 @@
<script type="text/javascript" src="/js/dojo/dojo/dojo.js"></script>
<script type="text/javascript">
dojo.require('dojo.parser');
+ dojo.require('dojo.string');
function status_update (markup) {
dojo.byId('status_text').innerHTML = markup;
More information about the open-ils-commits
mailing list