diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2012-08-18 19:50:47 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2012-08-18 19:50:47 -0500 |
commit | d2b27af54e560591e44393de0d22fd8621c3320c (patch) | |
tree | 2d8809d4594e0a3b548451e34ab15fdd6ebbf059 /js | |
parent | 55656d931a05f533e11b8a3860c5dce4c66c88ca (diff) | |
parent | 4f00fc760a2d01542d70a5f3cbafea360b3766d6 (diff) | |
download | pathery-d2b27af54e560591e44393de0d22fd8621c3320c.tar.xz |
Merge branch 'master' of git.raylu.net:pathery
Diffstat (limited to 'js')
-rw-r--r-- | js/mapspecs.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/mapspecs.js b/js/mapspecs.js index 87bc173..4d4acbe 100644 --- a/js/mapspecs.js +++ b/js/mapspecs.js @@ -284,7 +284,9 @@ function request_path_done() { var disptext = "Record: "+JO.best+" by "+JO.bestby;
updateDsp(JO.mapid, 'dspID', disptext);
- animatePath(JO.path, JO.mapid, JO.start);
+ animatePath(JO.path1.path, JO.mapid, JO.path1.start);
+
+ animatePath(JO.path2.path, JO.mapid, JO.path2.start);
}
function decryptJSON(text) {
|