Ignore:
Timestamp:
10/06/20 13:12:35 (4 years ago)
Author:
bart
Message:

Fixes an issue with processing maxPower of a vote. Javadoc maven plugin now uses latest version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/webapp/newtournament.xhtml

    r19 r20  
    585585        */
    586586        function init() {
    587                 document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.5.2";
    588                 document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.5.2";
     587                document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.5.3";
     588                document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.5.3";
    589589
    590590                selectProtocol();
Note: See TracChangeset for help on using the changeset viewer.