diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-29 22:21:38 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-29 22:21:38 -0500 |
| commit | cee89f384cd1c5634f005dab042bd471edff37d4 (patch) | |
| tree | ef6dd18e510a600749a4af3ff83db569e3b6309a /static/install/web.html | |
| parent | e582d6ca4577767ab1c869b71fc0103e2706f96f (diff) | |
avoid inline CSS to fix CSP issue
Diffstat (limited to 'static/install/web.html')
| -rw-r--r-- | static/install/web.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/install/web.html b/static/install/web.html index 0ee9ea82..858c0961 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -28,7 +28,7 @@ <link rel="license" href="/LICENSE.txt"/> <script type="module" src="/js/redirect.js?9"></script> <script type="module" src="/js/fastboot/dist/fastboot.min.mjs?1"></script> - <script type="module" src="/js/web-install.js?5"></script> + <script type="module" src="/js/web-install.js?6"></script> </head> <body> <header> @@ -182,7 +182,7 @@ <p> <strong id="flash-release-status"></strong> <!-- This appears as part of the status --> - <button id="flash-reconnect-button" style="display: none;"><strong>Reconnect device</strong></button> + <button id="flash-reconnect-button" hidden="hidden"><strong>Reconnect device</strong></button> </p> </section> |
