Skip to content

Commit 5856b5e

Browse files
committed
Chaging the track event name for the data in the Simple Discoverer
1 parent 06aefdf commit 5856b5e

File tree

1 file changed

+1
-1
lines changed
  • jsondiscoverer.web/WebContent/app/controllers

1 file changed

+1
-1
lines changed

jsondiscoverer.web/WebContent/app/controllers/simple.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ angular.module("jsonDiscoverer").controller("SimpleDiscovererCtrl", ["$scope", "
6262
function(data) {
6363
$scope.model = "data:image/jpg;base64," + data.image;
6464
$scope.modelFile = "data:text/octet-stream;base64," + data.xmi;
65-
$window.ga('send', 'event', 'JSON Discoverer', 'SimpleDiscoverer-DataModel')
65+
$window.ga('send', 'event', 'JSON Discoverer', 'SimpleDiscoverer-Data')
6666
},
6767
function(data, status, headers, config) {
6868
$scope.model = "";

0 commit comments

Comments
 (0)