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 %] |