commit c9934ccdb78a52c0ca73eb807dba97056157a7d0 parent 54729f3c1e800caad03fafc9debdacbba4207c64 Author: Daniel GarcĂa <dani-garcia@users.noreply.github.com> Date: Sun, 26 Jun 2022 21:54:22 +0200 Merge branch 'fix-issue-2570' of https://github.com/BlackDex/vaultwarden into BlackDex-fix-issue-2570 Diffstat:
M | src/static/templates/admin/base.hbs | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/static/templates/admin/base.hbs b/src/static/templates/admin/base.hbs @@ -28,7 +28,7 @@ border: var(--bs-alert-border); } </style> - <script defer="defer" src="{{urlpath}}/vw_static/identicon.js"></script> + <script src="{{urlpath}}/vw_static/identicon.js"></script> <script> 'use strict'; @@ -142,6 +142,6 @@ } })(); </script> - <script defer="defer" src="{{urlpath}}/vw_static/bootstrap-native.js"></script> + <script src="{{urlpath}}/vw_static/bootstrap-native.js"></script> </body> </html>