File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -917,7 +917,7 @@ function refresh() {
917
917
//status = '<img src="spinner.gif" width="16" height="16" alt="" /> Refreshing ...';
918
918
//$('#status_bar').html(status);
919
919
920
- if ( typeof _gaq == 'object' ) _gaq . push ( [ '_trackEvent' , 'ajax' , 'refresh' , 'Vehicles' ] ) ;
920
+ // if(typeof _gaq == 'object') _gaq.push(['_trackEvent', 'ajax', 'refresh', 'Vehicles']);
921
921
922
922
$ . ajax ( {
923
923
type : "GET" ,
@@ -940,7 +940,7 @@ function refreshReceivers() {
940
940
// if options to hide receivers is selected do nothing
941
941
if ( offline . get ( 'opt_hide_receivers' ) ) return ;
942
942
943
- if ( typeof _gaq == 'object' ) _gaq . push ( [ '_trackEvent' , 'ajax' , 'refresh' , 'Recievers' ] ) ;
943
+ // if(typeof _gaq == 'object') _gaq.push(['_trackEvent', 'ajax', 'refresh', 'Recievers']);
944
944
945
945
$ . ajax ( {
946
946
type : "GET" ,
@@ -961,7 +961,7 @@ function refreshReceivers() {
961
961
}
962
962
963
963
function refreshPredictions ( ) {
964
- if ( typeof _gaq == 'object' ) _gaq . push ( [ '_trackEvent' , 'ajax' , 'refresh' , 'Predictions' ] ) ;
964
+ // if(typeof _gaq == 'object') _gaq.push(['_trackEvent', 'ajax', 'refresh', 'Predictions']);
965
965
966
966
$ . ajax ( {
967
967
type : "GET" ,
You can’t perform that action at this time.
0 commit comments