mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 10:19:08 +00:00
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