|
|
|
@ -331,10 +331,6 @@
|
|
|
|
$('.dark-overlay').on('click', () => $('.dark-overlay').remove());
|
|
|
|
$('.dark-overlay').on('click', () => $('.dark-overlay').remove());
|
|
|
|
},
|
|
|
|
},
|
|
|
|
removeDarkOverlay: () => $('.dark-overlay').remove(),
|
|
|
|
removeDarkOverlay: () => $('.dark-overlay').remove(),
|
|
|
|
deleteAllData: () => {
|
|
|
|
|
|
|
|
const clearDataView = new window.Whisper.ClearDataView().render();
|
|
|
|
|
|
|
|
$('body').append(clearDataView.el);
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shutdown: async () => {
|
|
|
|
shutdown: async () => {
|
|
|
|
// Stop background processing
|
|
|
|
// Stop background processing
|
|
|
|
|