View | Details | Raw Unified | Return to bug 26562
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-1 / +1 lines)
Lines 180-185 function logOut(){ Link Here
180
    clearHoldFor();
180
    clearHoldFor();
181
    removeLastBorrower();
181
    removeLastBorrower();
182
    localStorage.removeItem("sql_reports_activetab");
182
    localStorage.removeItem("sql_reports_activetab");
183
    localStorage.removeItem("searches");
183
}
184
}
184
185
185
function openHelp(){
186
function openHelp(){
186
- 

Return to bug 26562