Skip to content

Commit

Permalink
🐛[Heatmap] Fix #910
Browse files Browse the repository at this point in the history
Thanks to @monstalein
  • Loading branch information
Suchty112 authored Mar 18, 2021
1 parent eca6fc8 commit 397580d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lss-heatmap/LSHeatmap.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
((I18n, $) => {
const LS_HEATMAP_STORAGE = "LSS_HEATMAP_STORAGE";

delete localStorage['lssm_LS_HEATMAP_STORAGE'];
localStorage.removeItem('lssm_LS_HEATMAP_STORAGE')

This comment has been minimized.

Copy link
@JRH-1997

JRH-1997 Mar 29, 2021

Contributor

@Suchty112 lssm_LSS_HEATMAP_STORAGE not lssm_LS_HEATMAP_STORAGE


Object.filter = (obj, predicate) =>
Object.keys(obj)
Expand Down

0 comments on commit 397580d

Please sign in to comment.