web initial loading asset path updated
This commit is contained in:
parent
bfc4d99d8e
commit
5a4c114469
|
|
@ -46,7 +46,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body style="overflow: hidden">
|
<body style="overflow: hidden">
|
||||||
<div id="loading_indicator" class="container">
|
<div id="loading_indicator" class="container">
|
||||||
<img class="indicator" src="./assets/animations/loading.gif" />
|
<img class="indicator" src="./assets/lib/animations/loading.gif" />
|
||||||
</div>
|
</div>
|
||||||
<!-- This script installs service_worker.js to provide PWA functionality to
|
<!-- This script installs service_worker.js to provide PWA functionality to
|
||||||
application. For more information, see:
|
application. For more information, see:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue