Changeset 2 for src/main/webapp/newtournament.xhtml
- Timestamp:
- 08/29/19 17:09:35 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/webapp/newtournament.xhtml
r1 r2 51 51 onchange="connectDomain()"> </input> 52 52 <br /> 53 Domain: <select id="domainselection" onc lick="selectDomain()">53 Domain: <select id="domainselection" onchange="selectDomain()"> 54 54 <!-- <option>Waiting for profiles server</option> --> 55 55 </select> … … 383 383 */ 384 384 function init() { 385 document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.0.0" 386 document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.0.0" 387 388 385 389 connectDomain(); 386 390 connectParties();
Note:
See TracChangeset
for help on using the changeset viewer.