LibrePlan website opens in new browser window.
Code refactoring.
This commit is contained in:
parent
74a2d9900a
commit
2503ebf513
2 changed files with 3 additions and 2 deletions
|
|
@ -60,7 +60,8 @@ public class VersionInformation {
|
|||
|
||||
private Date lastVersionCachedDate = new Date();
|
||||
|
||||
private VersionInformation() {}
|
||||
private VersionInformation() {
|
||||
}
|
||||
|
||||
private void loadNewVersionFromURL() {
|
||||
lastVersionCachedDate = new Date();
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue