* VRFS-749 - fix by adding stub function
This commit is contained in:
parent
73dcac9a67
commit
ff602e4294
|
|
@ -26,4 +26,10 @@
|
|||
});
|
||||
})(window);
|
||||
</script>
|
||||
<% else %>
|
||||
<script>
|
||||
(function(context) {
|
||||
context.ga = function() {}
|
||||
})(window);
|
||||
</script>
|
||||
<% end %>
|
||||
Loading…
Reference in New Issue