Merge branch 'newtoolbar' into ownedpads

This commit is contained in:
yflory
2017-01-25 10:23:03 +01:00
8 changed files with 85 additions and 35 deletions

View File

@@ -88,6 +88,8 @@ define([
delete localStorage[k];
delete sessionStorage[k];
});
// Make sure we have an FS_hash in localStorage before reloading all the tabs
// so that we don't end up with tabs using different anon hashes
if (!localStorage[fileHashKey]) {
localStorage[fileHashKey] = common.createRandomHash();
}