File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -917,7 +917,7 @@ function refresh() {
917917 //status = '<img src="spinner.gif" width="16" height="16" alt="" /> Refreshing ...';
918918 //$('#status_bar').html(status);
919919
920- if ( typeof _gaq == 'object' ) _gaq . push ( [ '_trackEvent' , 'ajax' , 'refresh' , 'Vehicles' ] ) ;
920+ // if(typeof _gaq == 'object') _gaq.push(['_trackEvent', 'ajax', 'refresh', 'Vehicles']);
921921
922922 $ . ajax ( {
923923 type : "GET" ,
@@ -940,7 +940,7 @@ function refreshReceivers() {
940940 // if options to hide receivers is selected do nothing
941941 if ( offline . get ( 'opt_hide_receivers' ) ) return ;
942942
943- if ( typeof _gaq == 'object' ) _gaq . push ( [ '_trackEvent' , 'ajax' , 'refresh' , 'Recievers' ] ) ;
943+ // if(typeof _gaq == 'object') _gaq.push(['_trackEvent', 'ajax', 'refresh', 'Recievers']);
944944
945945 $ . ajax ( {
946946 type : "GET" ,
@@ -961,7 +961,7 @@ function refreshReceivers() {
961961}
962962
963963function refreshPredictions ( ) {
964- if ( typeof _gaq == 'object' ) _gaq . push ( [ '_trackEvent' , 'ajax' , 'refresh' , 'Predictions' ] ) ;
964+ // if(typeof _gaq == 'object') _gaq.push(['_trackEvent', 'ajax', 'refresh', 'Predictions']);
965965
966966 $ . ajax ( {
967967 type : "GET" ,
You can’t perform that action at this time.
0 commit comments