projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f13baf
)
LP#1086458: move up event listeners in place_hold.js
user/bshum/lp1086458_cleanup_only
author
Ben Shum
<bshum@biblio.org>
Thu, 28 Feb 2013 03:37:31 +0000
(22:37 -0500)
committer
Ben Shum
<bshum@biblio.org>
Thu, 28 Feb 2013 03:41:25 +0000
(22:41 -0500)
The preceding two functions need the event listeners to be defined before
use. Move up to prevent errors.
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/xul/staff_client/server/patron/place_hold.js
patch
|
blob
|
history
diff --git
a/Open-ILS/xul/staff_client/server/patron/place_hold.js
b/Open-ILS/xul/staff_client/server/patron/place_hold.js
index
62049e7
..
f0424d2
100644
(file)
--- a/
Open-ILS/xul/staff_client/server/patron/place_hold.js
+++ b/
Open-ILS/xul/staff_client/server/patron/place_hold.js
@@
-17,10
+17,11
@@
function my_init() {
var copy_ids = xul_param('copy_ids');
+ window.place_hold_event_listeners = new EventListenerList();
+
populate_hold_usr_textbox();
populate_pickup_lib_menu();
- window.place_hold_event_listeners = new EventListenerList();
window.place_hold_event_listeners.add($('request_btn'),
'command',
function(ev) {