Skip to content

Commit 27df704

Browse files
authored
Remove useless code
Pageviews are sent through the code in header. This causes double and triple pageviews in BO.
1 parent fc0730f commit 27df704

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

views/templates/hook/ga_tag.tpl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,3 @@
2828
</script>
2929
{/literal}
3030
{/if}
31-
32-
{if ($jsState != 1 && $isBackoffice === true)}
33-
{literal}
34-
<script type="text/javascript">
35-
ga('send', 'pageview');
36-
</script>
37-
{/literal}
38-
{/if}

0 commit comments

Comments
 (0)