mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:41:20 +02:00
Merge branch 'davidkelly-dk/testScriptRelocation' into domain-check
This commit is contained in:
commit
e55d4f97b3
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ You would want to say 'no' (and make other preparations) if you were testing the
|
||||||
function maybeRunTribbles(continuation) {
|
function maybeRunTribbles(continuation) {
|
||||||
if (Window.confirm("Run tribbles?\n\n\
|
if (Window.confirm("Run tribbles?\n\n\
|
||||||
At most, only one participant should say yes.")) {
|
At most, only one participant should say yes.")) {
|
||||||
Script.load('http://howard-stearns.github.io/models/scripts/tests/performance/tribbles.js'); // FIXME: replace with AWS
|
Script.load('http://cdn.highfidelity.com/davidkelly/production/scripts/tests/performance/tribbles.js'); // FIXME: replace with AWS
|
||||||
Script.setTimeout(continuation, 3000);
|
Script.setTimeout(continuation, 3000);
|
||||||
} else {
|
} else {
|
||||||
continuation();
|
continuation();
|
||||||
|
|
Loading…
Reference in a new issue