Skip to content

Commit 3d64691

Browse files
committed
Re-enable persistent storage
1 parent 8aec16f commit 3d64691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
}
158158
</script> -->
159159

160-
<!-- <script>
160+
<script>
161161
if (navigator.storage && navigator.storage.persist) {
162162
navigator.storage.persist().then((persistent) => {
163163
if (persistent) {
@@ -167,6 +167,6 @@
167167
}
168168
});
169169
}
170-
</script> -->
170+
</script>
171171
</body>
172172
</html>

0 commit comments

Comments
 (0)