renaming some of the appview hits

10.3.x-maintenance
cTn 2014-10-30 12:33:39 +01:00
parent 426cf51e47
commit e401b1ffce
6 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ TABS.cli.initialize = function (callback) {
if (GUI.active_tab != 'cli') {
GUI.active_tab = 'cli';
googleAnalytics.sendAppView('CLI Page');
googleAnalytics.sendAppView('CLI');
}
$('#content').load("./tabs/cli.html", function () {

View File

@ -6,7 +6,7 @@ TABS.gps.initialize = function (callback) {
if (GUI.active_tab != 'gps') {
GUI.active_tab = 'gps';
googleAnalytics.sendAppView('GPS Page');
googleAnalytics.sendAppView('GPS');
}
function load_html() {

View File

@ -6,7 +6,7 @@ TABS.landing.initialize = function (callback) {
if (GUI.active_tab != 'landing') {
GUI.active_tab = 'landing';
googleAnalytics.sendAppView('Landing Page');
googleAnalytics.sendAppView('Landing');
}
$('#content').load("./tabs/landing.html", function () {

View File

@ -6,7 +6,7 @@ TABS.motor_outputs.initialize = function (callback) {
if (GUI.active_tab != 'motor_outputs') {
GUI.active_tab = 'motor_outputs';
googleAnalytics.sendAppView('Motor Outputs Page');
googleAnalytics.sendAppView('Motors');
}
function get_motor_data() {

View File

@ -6,7 +6,7 @@ TABS.receiver.initialize = function (callback) {
if (GUI.active_tab != 'receiver') {
GUI.active_tab = 'receiver';
googleAnalytics.sendAppView('Receiver Page');
googleAnalytics.sendAppView('Receiver');
}
function get_misc_data() {

View File

@ -6,7 +6,7 @@ TABS.sensors.initialize = function (callback) {
if (GUI.active_tab != 'sensors') {
GUI.active_tab = 'sensors';
googleAnalytics.sendAppView('Sensor Page');
googleAnalytics.sendAppView('Sensors');
}
function initSensorData(){