Spaces:
Sleeping
Sleeping
coyotte508
commited on
Commit
Β·
3575ef9
1
Parent(s):
a45209c
π Fix display
Browse files
server.ts
CHANGED
@@ -27,7 +27,7 @@ app.use(async (ctx) => {
|
|
27 |
</form>
|
28 |
<p>Browser supports storage access API: <span id="storage-access-api"></span></p>
|
29 |
<p>Page can store cookies: <span id="page-can-store-cookies"></span></p>
|
30 |
-
<button id="request-storage-access" style="display:
|
31 |
</body>
|
32 |
<script>
|
33 |
const storageAccess = document.getElementById("storage-access-api");
|
|
|
27 |
</form>
|
28 |
<p>Browser supports storage access API: <span id="storage-access-api"></span></p>
|
29 |
<p>Page can store cookies: <span id="page-can-store-cookies"></span></p>
|
30 |
+
<button id="request-storage-access" style="display: none;" type="button">Request storage access</button>
|
31 |
</body>
|
32 |
<script>
|
33 |
const storageAccess = document.getElementById("storage-access-api");
|