Skip to content

Commit

Permalink
Fixed issue #15063: Left sidebar is not shown with console error Loca…
Browse files Browse the repository at this point in the history
…l Storage QuotaExceededError: The quota has been exceeded.

Dev Switched to session storage which is automatically cleared when session is destroyed
  • Loading branch information
c-schmitz committed Jun 11, 2020
1 parent 018cc1f commit c4ff8b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/packages/adminsidepanel/build/js/adminsidepanel.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/packages/adminsidepanel/src/store/vuex-store.js
Expand Up @@ -16,7 +16,7 @@ const getAppState = function (userid,surveyid) {
const AppStateName = 'limesurveyadminsidepanel';
const vuexLocal = new VuexPersistence({
key: AppStateName+'_'+userid+'_'+surveyid,
storage: window.localStorage
storage: window.sessionStorage
});


Expand Down

0 comments on commit c4ff8b6

Please sign in to comment.