Clear cache with 'burn this anon drive'

pull/1/head
yflory 2020-12-07 15:51:58 +01:00
parent 2647acbb78
commit 0aef54be62
1 changed files with 7 additions and 1 deletions

View File

@ -54,7 +54,13 @@ define([
if (Utils.LocalStore.isLoggedIn()) { return; }
Utils.LocalStore.setFSHash('');
Utils.LocalStore.clearThumbnail();
window.location.reload();
try {
Utils.Cache.clear(function () {
window.location.reload();
});
} catch (e) {
window.location.reload();
}
});
sframeChan.on('Q_DRIVE_USEROBJECT', function (data, cb) {
Cryptpad.userObjectCommand(data, cb);