Merge remote-tracking branch 'origin/new/bug_5327'
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / js / staff-global.js
index 463c28e..f491773 100644 (file)
@@ -89,3 +89,7 @@ function checkEnter(e){ //e is event object passed from function invocation
                return true;
        }
 }
+
+function clearHoldFor(){
+       $.cookie("holdfor",null, { path: "/", expires: 0 });
+}
\ No newline at end of file