LibrePlan website opens in new browser window.

Code refactoring.
This commit is contained in:
Vova Perebykivskyi 2016-10-27 10:05:13 +03:00 committed by Dgray16
parent 74a2d9900a
commit 2503ebf513
2 changed files with 3 additions and 2 deletions

View file

@ -60,7 +60,8 @@ public class VersionInformation {
private Date lastVersionCachedDate = new Date();
private VersionInformation() {}
private VersionInformation() {
}
private void loadNewVersionFromURL() {
lastVersionCachedDate = new Date();

View file

@ -167,7 +167,7 @@
<n:tr>
<n:td height="100">
<div align="right">
<n:a href="http://www.libreplan-enterprise.com">
<n:a href="http://www.libreplan-enterprise.com" target="_blank">
<n:img src="${contextPath}/common/img/login-banner.png" width="750" height="40" />
</n:a>
</div>