[open-ils-commits] r12225 - branches/staff-client-experiment/Open-ILS/xul/staff_client/server/patron (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Feb 18 17:25:35 EST 2009
Author: phasefx
Date: 2009-02-18 17:25:31 -0500 (Wed, 18 Feb 2009)
New Revision: 12225
Modified:
branches/staff-client-experiment/Open-ILS/xul/staff_client/server/patron/summary.js
Log:
remove a debugging aid
Modified: branches/staff-client-experiment/Open-ILS/xul/staff_client/server/patron/summary.js
===================================================================
--- branches/staff-client-experiment/Open-ILS/xul/staff_client/server/patron/summary.js 2009-02-18 22:03:52 UTC (rev 12224)
+++ branches/staff-client-experiment/Open-ILS/xul/staff_client/server/patron/summary.js 2009-02-18 22:25:31 UTC (rev 12225)
@@ -395,7 +395,6 @@
var hidden_value = e.getAttribute('hidden_value');
e.setAttribute('value',hidden_value);
e.setAttribute('hidden_value',value);
- alert('foo');
}
}
}
More information about the open-ils-commits
mailing list