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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-2 / +3 lines)
Lines 126-133 Link Here
126
            if ( document.location.hash ) {
126
            if ( document.location.hash ) {
127
                $( '#loginform' ).append( '<input name="auth_forwarded_hash" type="hidden" value="' + document.location.hash + '"/>' );
127
                $( '#loginform' ).append( '<input name="auth_forwarded_hash" type="hidden" value="' + document.location.hash + '"/>' );
128
            }
128
            }
129
            // if showLastPatron information was not cleared during logout, clear it now
129
130
            removeLastBorrower();
130
            // Clear last borrowers, rememberd sql reports, carts, etc.
131
            logOut();
131
        });
132
        });
132
    </script>
133
    </script>
133
[% END %]
134
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-1 / +1 lines)
Lines 177-182 function logOut(){ Link Here
177
    }
177
    }
178
    clearHoldFor();
178
    clearHoldFor();
179
    removeLastBorrower();
179
    removeLastBorrower();
180
    localStorage.removeItem("searches");
180
}
181
}
181
182
182
function openHelp(){
183
function openHelp(){
183
- 

Return to bug 26562