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'; }