From 2503ebf5135f14388ef5057356f3bd8d90ee219a Mon Sep 17 00:00:00 2001 From: Vova Perebykivskyi Date: Thu, 27 Oct 2016 10:05:13 +0300 Subject: [PATCH] LibrePlan website opens in new browser window. Code refactoring. --- .../java/org/libreplan/business/common/VersionInformation.java | 3 ++- libreplan-webapp/src/main/webapp/common/layout/login.zul | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libreplan-business/src/main/java/org/libreplan/business/common/VersionInformation.java b/libreplan-business/src/main/java/org/libreplan/business/common/VersionInformation.java index 3b9cafb19..a2160b248 100644 --- a/libreplan-business/src/main/java/org/libreplan/business/common/VersionInformation.java +++ b/libreplan-business/src/main/java/org/libreplan/business/common/VersionInformation.java @@ -60,7 +60,8 @@ public class VersionInformation { private Date lastVersionCachedDate = new Date(); - private VersionInformation() {} + private VersionInformation() { + } private void loadNewVersionFromURL() { lastVersionCachedDate = new Date(); diff --git a/libreplan-webapp/src/main/webapp/common/layout/login.zul b/libreplan-webapp/src/main/webapp/common/layout/login.zul index 1b55f5d39..ea94eb26e 100644 --- a/libreplan-webapp/src/main/webapp/common/layout/login.zul +++ b/libreplan-webapp/src/main/webapp/common/layout/login.zul @@ -167,7 +167,7 @@
- +