projects
/
evergreen
/
equinox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9233d4
)
patch from galen that allows nav. button setup events to run
author
berick
<berick@esilibrary.com>
Fri, 1 Apr 2011 12:47:33 +0000
(08:47 -0400)
committer
berick
<berick@esilibrary.com>
Fri, 1 Apr 2011 12:47:33 +0000
(08:47 -0400)
Open-ILS/web/opac/skin/kcls/js/rdetail.js
patch
|
blob
|
history
diff --git
a/Open-ILS/web/opac/skin/kcls/js/rdetail.js
b/Open-ILS/web/opac/skin/kcls/js/rdetail.js
index
504975b
..
72ab3ff
100644
(file)
--- a/
Open-ILS/web/opac/skin/kcls/js/rdetail.js
+++ b/
Open-ILS/web/opac/skin/kcls/js/rdetail.js
@@
-264,7
+264,10
@@
runEvt("rdetail", "recordDrawn");
}
}
- detachAllEvt("result", "idsReceived");
+ // detaching prevents the navigation buttons from being
+ // initialized. not sure why this works in default but
+ // not kcls --gmc
+ //detachAllEvt("result", "idsReceived");
G.evt.result.hitCountReceived = [];
G.evt.result.recordReceived = [];
G.evt.result.copyCountsReceived = [];