CSR-550 | Testing gif
This commit is contained in:
parent
9e2d5288f0
commit
f874e420dd
3 changed files with 3 additions and 8 deletions
|
|
@ -3,14 +3,6 @@
|
|||
<head>
|
||||
<script>
|
||||
window.dataLayer = [{}];
|
||||
|
||||
window.onpageshow = function(event) {
|
||||
console.log('onpageshowfired');
|
||||
if (event.persisted) {
|
||||
console.log('event.persisted was true');
|
||||
window.location.reload();
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<script><%= process.env.VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY %></script>
|
||||
<meta charset="utf-8">
|
||||
|
|
|
|||
BIN
src/assets/img/wiper-loader.gif
Normal file
BIN
src/assets/img/wiper-loader.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
|
|
@ -7,6 +7,9 @@
|
|||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<div class="gif-test">
|
||||
<img src="@/assets/img/wiper-loader.gif">
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue