Preloading of the experiments

This commit is contained in:
Thomas FORGIONE
2015-09-28 11:00:52 +02:00
parent 322fe99ea9
commit 96cb58b6f6
7 changed files with 121 additions and 20 deletions

View File

@@ -15,6 +15,6 @@ block content
script.
document.getElementById('next').onclick = function() {
document.getElementById('next').disabled = true;
window.location = '/prototype/game';
window.location = '/prototype/play';
}