Skip to content

Commit

Permalink
Revert session data prefix change.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Jan 3, 2025
1 parent c4f561d commit 5ac26af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/bootstrap3/js/account_ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ VuFind.register('account', function Account() {

var _submodules = [];
var _clearCaches = false;
var _sessionDataPrefix = "vf-account-status-2-";
var _sessionDataPrefix = "vf-account-status-";

var _getStorageKey = function _getStorageKey(module) {
return _sessionDataPrefix + module;
Expand Down
2 changes: 1 addition & 1 deletion themes/bootstrap5/js/account_ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ VuFind.register('account', function Account() {

var _submodules = [];
var _clearCaches = false;
var _sessionDataPrefix = "vf-account-status-2-";
var _sessionDataPrefix = "vf-account-status-";

var _getStorageKey = function _getStorageKey(module) {
return _sessionDataPrefix + module;
Expand Down

0 comments on commit 5ac26af

Please sign in to comment.