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> <head>
<script> <script>
window.dataLayer = [{}]; window.dataLayer = [{}];
window.onpageshow = function(event) {
console.log('onpageshowfired');
if (event.persisted) {
console.log('event.persisted was true');
window.location.reload();
}
};
</script> </script>
<script><%= process.env.VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY %></script> <script><%= process.env.VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY %></script>
<meta charset="utf-8"> <meta charset="utf-8">

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

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