Removed google analytics URL suffixes

This commit is contained in:
Jindra Petřík
2018-01-16 20:18:10 +01:00
parent b9201ee30e
commit 4a2c5e8e93
2 changed files with 2 additions and 2 deletions

View File

@@ -517,7 +517,7 @@ public abstract class MainFrameMenu implements MenuBuilder {
return;
}
String homePageURL = ApplicationInfo.PROJECT_PAGE + "?utm_source=app&utm_medium=menu&utm_campaign=app";
String homePageURL = ApplicationInfo.PROJECT_PAGE;
if (!View.navigateUrl(homePageURL)) {
View.showMessageDialog(null, translate("message.homepage").replace("%url%", homePageURL));
}