mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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) {
|
||||
if (Window.confirm("Run tribbles?\n\n\
|
||||
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);
|
||||
} else {
|
||||
continuation();
|
||||
|
|
Loading…
Reference in a new issue