patch from galen that allows nav. button setup events to run
authorberick <berick@esilibrary.com>
Fri, 1 Apr 2011 12:47:33 +0000 (08:47 -0400)
committerberick <berick@esilibrary.com>
Fri, 1 Apr 2011 12:47:33 +0000 (08:47 -0400)
Open-ILS/web/opac/skin/kcls/js/rdetail.js

index 504975b..72ab3ff 100644 (file)
@@ -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 = [];