Add link to practice page
This commit is contained in:
parent
9518780e51
commit
07ff8bb03e
@ -8,8 +8,10 @@ Lingo with WebSockets
|
||||
|
||||
## Launch server
|
||||
|
||||
`mvn -f server spring-boot:run`
|
||||
`mvn -f ./server/pom.xml spring-boot:run`
|
||||
|
||||
## Launch client
|
||||
|
||||
Navigate to <http://localhost:8080>
|
||||
Practice: <http://localhost:8080/practice.html>
|
||||
|
||||
Multiplayer: <http://localhost:8080>
|
||||
|
@ -281,6 +281,7 @@ function subscribeToPracticeReports() {
|
||||
function subscribeToPracticeWordSkipped() {
|
||||
client.subscribe('/user/topic/practiceWordSkipped', function(message) {
|
||||
var firstLetter = message.body;
|
||||
lastWord = null;
|
||||
reset(firstLetter, false);
|
||||
repaint();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user