clearing local storage on logout
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
function(i, obj) {
|
||||
var theid = $(this).attr('id');
|
||||
var state = localStorage.getItem(theid);
|
||||
if (state !== null) {
|
||||
$(this).find('input:first').prop("checked",state);
|
||||
};
|
||||
});
|
||||
});
|
||||
$(function() {
|
||||
|
||||
Reference in New Issue
Block a user