mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 16:43:33 +02:00
point to tribbles.js on aws
For now, anyways. Just temporary until dev is complete.
This commit is contained in:
parent
4c247aecb3
commit
70a63417cf
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