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

This commit is contained in:
Wolfgang Taferner 2015-07-22 16:24:26 +02:00 committed by Jeremy Kersten
parent 2fddf1729b
commit 9d0cb024fd
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}