Skip to content

Commit

Permalink
another try to make tracker work...
Browse files Browse the repository at this point in the history
  • Loading branch information
drseb committed Aug 28, 2015
1 parent 3fbd844 commit 9827ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hpoweb/HpowebUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ protected void init(VaadinRequest request) {
searchBar.setWidth("100%");
IEntityDataProvider dataProvider = null;

tracker = new GoogleAnalyticsTracker("UA-62837903-2", "human-phenotype-ontology.com");
tracker = new GoogleAnalyticsTracker("UA-62837903-2");
tracker.extend(UI.getCurrent());

if (parameterMap.containsKey(CONSTANTS.hpRequestId)) {
Expand Down

0 comments on commit 9827ee4

Please sign in to comment.