* VRFS-749 - hotfix by adding stub function for ga function

This commit is contained in:
Seth Call 2013-10-03 13:00:24 +00:00
parent f5d4708d1d
commit 2ec38a81ac
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 %>