From d6819372e6f078cb260632aa14e1e2d843fbe9fa Mon Sep 17 00:00:00 2001 From: fescen9 Date: Wed, 8 Dec 2010 07:28:40 +0000 Subject: [PATCH] Oops, wrong file name for markers/warps. --- web/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/map.js b/web/map.js index 98c3f053..da049d00 100644 --- a/web/map.js +++ b/web/map.js @@ -606,7 +606,7 @@ function makeRequest(url, func, type, fail, post, contenttype) } } else if(p.length == 6) { var image = 'sign.png'; - if (p[1] == 'marker') + if (p[1] == 'warp') { image = 'watch.png'; }