Skip to content

Commit 05b5a83

Browse files
committed
fix for eds_sessionStorage.remove() function
1 parent f432a94 commit 05b5a83

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Koha/Plugin/EDS/js/EDSScript.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var eds_sessionStorage = {
6464
return retData;
6565
},
6666
remove: function (key) {
67-
sessionStorage.removeItem(key);
67+
sessionStorage.removeItem("edsPlugin_" + key);
6868
},
6969
flush: function () {
7070
for (var key in sessionStorage) {

eds_plugin_24.11002.kpz

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)