Remove unused localStorage adapter
And remove various stray references to localStorage // FREEBIE
This commit is contained in:
parent
ff3b23e452
commit
c79a917bbe
4 changed files with 1 additions and 271 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue