Merge branch 'BlackDex-fix-issue-2570' into main

This commit is contained in:
Daniel García 2022-06-26 21:54:27 +02:00
commit 794483c10d
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A

View File

@ -28,7 +28,7 @@
border: var(--bs-alert-border); border: var(--bs-alert-border);
} }
</style> </style>
<script defer="defer" src="{{urlpath}}/vw_static/identicon.js"></script> <script src="{{urlpath}}/vw_static/identicon.js"></script>
<script> <script>
'use strict'; 'use strict';
@ -142,6 +142,6 @@
} }
})(); })();
</script> </script>
<script defer="defer" src="{{urlpath}}/vw_static/bootstrap-native.js"></script> <script src="{{urlpath}}/vw_static/bootstrap-native.js"></script>
</body> </body>
</html> </html>