Remove unused localStorage adapter
And remove various stray references to localStorage // FREEBIE
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
$('#qr').hide();
|
||||
$('.confirmation-dialog .number').text(number);
|
||||
$('.confirmation-dialog .cancel').click(function(e) {
|
||||
localStorage.clear();
|
||||
reject();
|
||||
});
|
||||
$('.confirmation-dialog .ok').click(function(e) {
|
||||
|
Reference in New Issue
Block a user