[Dart] Bump localStorage timestamp
This commit is contained in:
parent
d645e29ce5
commit
b6e9ebf100
@ -52,7 +52,7 @@ Future<void> linkifyImg() async {
|
|||||||
|
|
||||||
Future<void> reorganizeHtml() async {
|
Future<void> reorganizeHtml() async {
|
||||||
final ls = window.localStorage;
|
final ls = window.localStorage;
|
||||||
final lastUpdate = '20201221';
|
final lastUpdate = '20210330';
|
||||||
if (ls['last-update'] != lastUpdate) {
|
if (ls['last-update'] != lastUpdate) {
|
||||||
ls['last-update'] = lastUpdate;
|
ls['last-update'] = lastUpdate;
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
|
Reference in New Issue
Block a user