CSR-550 | Testing gif

This commit is contained in:
Scott Kiener 2022-05-19 09:34:59 -04:00
parent 9e2d5288f0
commit f874e420dd
3 changed files with 3 additions and 8 deletions

View file

@ -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">

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -7,6 +7,9 @@
</div>
</section>
</div>
<div class="gif-test">
<img src="@/assets/img/wiper-loader.gif">
</div>
</div>
</template>