repair place-hold-takes-you-to-login feature that got mangled in one of the updates
[evergreen-equinox.git] / Open-ILS / web / opac / skin / kcls / js / holds.js
index 68cc2d5..64fab3c 100644 (file)
@@ -349,6 +349,7 @@ function holdsDrawWindow(bool) {
                hideMe($('holds_box'));
                unHideMe($('canvas_main'));
                //runEvt('common', 'holdUpdateCanceled'), showCanvas() 
+               runEvt('common', 'holdUpdateCanceled');
        };
        $('holds_submit').onclick = function(){holdsPlaceHold(holdsBuildHoldFromWindow())};
        $('holds_update').onclick = function(){holdsPlaceHold(holdsBuildHoldFromWindow())};