[Dart] Bump localStorage timestamp

This commit is contained in:
Lucien Cartier-Tilet 2021-03-30 20:41:46 +02:00
parent d645e29ce5
commit b6e9ebf100
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Future<void> linkifyImg() async {
Future<void> reorganizeHtml() async {
final ls = window.localStorage;
final lastUpdate = '20201221';
final lastUpdate = '20210330';
if (ls['last-update'] != lastUpdate) {
ls['last-update'] = lastUpdate;
window.location.reload();