Oops, wrong file name for markers/warps.

This commit is contained in:
fescen9 2010-12-08 07:28:40 +00:00
parent 3f46675f3f
commit d6819372e6

View File

@ -606,7 +606,7 @@ function makeRequest(url, func, type, fail, post, contenttype)
} }
} else if(p.length == 6) { } else if(p.length == 6) {
var image = 'sign.png'; var image = 'sign.png';
if (p[1] == 'marker') if (p[1] == 'warp')
{ {
image = 'watch.png'; image = 'watch.png';
} }