* VRFS-749 - fix by adding stub function

This commit is contained in:
Seth Call 2013-10-03 12:58:39 +00:00
parent 73dcac9a67
commit ff602e4294
1 changed files with 6 additions and 0 deletions

View File

@ -26,4 +26,10 @@
});
})(window);
</script>
<% else %>
<script>
(function(context) {
context.ga = function() {}
})(window);
</script>
<% end %>