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
1 changed files with 1 additions and 1 deletions

View File

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