Oops, wrong file name for markers/warps.
This commit is contained in:
parent
3f46675f3f
commit
d6819372e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue