Skip to content
Snippets Groups Projects
Commit 9d0cb024 authored by Wolfgang Taferner's avatar Wolfgang Taferner Committed by Jeremy Kersten
Browse files

[FIX] website_sale: fix google analytics variable from google snippet

parent 2fddf172
Branches
Tags
No related merge requests found
......@@ -60,7 +60,7 @@ $(document).ready(function () {
}
function track_ga() {
website_ga = this._gaw || function(){};
website_ga = this.ga || function(){};
website_ga.apply(this, arguments);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment