Changeset 3


Ignore:
Timestamp:
09/18/19 10:00:25 (5 years ago)
Author:
bart
Message:

Faster example parties

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r1 r3  
    182182                                                        </resources>
    183183                                                </configuration>
     184                                        </execution>
     185                                </executions>
     186                        </plugin>
     187                        <plugin>
     188                                <groupId>org.apache.maven.plugins</groupId>
     189                                <artifactId>maven-source-plugin</artifactId>
     190                                <executions>
     191                                        <execution>
     192                                                <id>attach-sources</id>
     193                                                <goals>
     194                                                        <goal>jar</goal>
     195                                                </goals>
    184196                                        </execution>
    185197                                </executions>
  • src/main/webapp/newtournament.xhtml

    r2 r3  
    374374                }
    375375               
    376                 var reuseParties  = "on"== document.getElementById("reuseparties").value;
     376                var reuseParties  = document.getElementById("reuseparties").checked;
    377377                var sessionSettings = {"SAOPSettings":{"participants":[],"deadline":deadline}};
    378378                return JSON.stringify({"AllPermutationsSettings":{"parties":parties,"profiles":profiles,"reuseParties":reuseParties,"partiesPerSession":2,"sessionsettings":sessionSettings}});
Note: See TracChangeset for help on using the changeset viewer.