Skip to content

Commit 5cf4dd2

Browse files
fix to get accurate tos from ga
1 parent 6f8013e commit 5cf4dd2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# version 145
2+
# version 146
33

44
# gogole maps files
55
http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg

js/tracker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,8 @@ function refresh() {
941941
//status = '<img src="spinner.gif" width="16" height="16" alt="" /> Refreshing ...';
942942
//$('#status_bar').html(status);
943943

944+
if(typeof _gaq == 'object') _gaq.push(['_trackEvent', 'ajax', 'refresh']);
945+
944946
$.ajax({
945947
type: "GET",
946948
url: data_url,

0 commit comments

Comments
 (0)