[open-ils-commits] r11828 - trunk/Open-ILS/xul/staff_client/server/patron
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jan 14 15:33:15 EST 2009
Author: phasefx
Date: 2009-01-14 15:33:11 -0500 (Wed, 14 Jan 2009)
New Revision: 11828
Modified:
trunk/Open-ILS/xul/staff_client/server/patron/holds.xul
Log:
You can do this with JSAN libraries, and JSAN will not download them via XMLHttpRequest for eval. This gives you real line numbers on errors, and makes it easier to debug with venkman, etc. I'll likely go and do this for all the main xul/js pairings later
Modified: trunk/Open-ILS/xul/staff_client/server/patron/holds.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/holds.xul 2009-01-14 18:08:10 UTC (rev 11827)
+++ trunk/Open-ILS/xul/staff_client/server/patron/holds.xul 2009-01-14 20:33:11 UTC (rev 11828)
@@ -30,6 +30,8 @@
<scripts id="openils_util_scripts"/>
<script type="text/javascript" src="/xul/server/main/JSAN.js"/>
+ <script type="text/javascript" src="/xul/server/util/network.js"/>
+ <script type="text/javascript" src="/xul/server/patron/holds.js"/>
<script>
<![CDATA[
function $(id) { return document.getElementById(id); }
More information about the open-ils-commits
mailing list