[openstreetmap-website] Strange + and - characters on zoom controls (#164)
Mattias Bengtsson
notifications at github.com
Fri Nov 23 16:55:38 GMT 2012
:) I see. Been there.
But ok, I think either adding an option to not set the +/- as chars or to do something like this:
```javascript
if(link.style.background.match("url(") == null) { // or null, undefined or whatever
link.innerHtml = plusOrMinus;
}
```
...would be the correct fix.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/164#issuecomment-10664852
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20121123/17cba964/attachment.html>
More information about the rails-dev
mailing list