Skip to content
Snippets Groups Projects
Commit baa2ba44 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt Committed by GitHub
Browse files

Merge pull request #1612 from owncloud/session-storage

use session storage instead of local storage
parents afb70cf0 3427119c
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ define(function(require) {
var _ = require('underscore');
var $ = require('jquery');
var storage = $.localStorage;
var storage = $.sessionStorage;
var Account = require('models/account');
var MessageCache = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment