We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8013e commit 5cf4dd2Copy full SHA for 5cf4dd2
cache.manifest
@@ -1,5 +1,5 @@
1
CACHE MANIFEST
2
-# version 145
+# version 146
3
4
# gogole maps files
5
http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg
js/tracker.js
@@ -941,6 +941,8 @@ function refresh() {
941
//status = '<img src="spinner.gif" width="16" height="16" alt="" /> Refreshing ...';
942
//$('#status_bar').html(status);
943
944
+ if(typeof _gaq == 'object') _gaq.push(['_trackEvent', 'ajax', 'refresh']);
945
+
946
$.ajax({
947
type: "GET",
948
url: data_url,
0 commit comments