Make breaks between questions
This commit is contained in:
@@ -127,6 +127,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
if ('break' in data) {
|
||||
questionSection.innerHTML = '';
|
||||
}
|
||||
|
||||
if ('results' in data && data.results === true) {
|
||||
window.location.pathname = "/results/" + encodeURIComponent(playerId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user