mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-22 19:02:54 +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
@ -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 New Issue
Block a user