mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-11 20:42:50 +01:00
Fix identicons not always working
Fixes #2570 Reverted the `defer` option for these scripts, seems to cause some issues in some situations.
This commit is contained in:
parent
887e320e7f
commit
099d359628
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue