Daniel García
3 years ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
1 changed files with
2 additions and
2 deletions
-
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> |
|
|
|