projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
799b6d4
)
Stop spurious +/- signs appearing in the zoom slider
author
Tom Hughes
<tom@compton.nu>
Fri, 23 Nov 2012 14:50:39 +0000
(14:50 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 23 Nov 2012 14:50:39 +0000
(14:50 +0000)
vendor/assets/leaflet/leaflet.zoom.js
patch
|
blob
|
history
diff --git
a/vendor/assets/leaflet/leaflet.zoom.js
b/vendor/assets/leaflet/leaflet.zoom.js
index 6ce96757cefa5654c2ace0d0ff01804948a87ee6..818a872542072bd98603ae9fee38384e38ab25de 100644
(file)
--- a/
vendor/assets/leaflet/leaflet.zoom.js
+++ b/
vendor/assets/leaflet/leaflet.zoom.js
@@
-70,7
+70,7
@@
L.Control.Zoomslider = L.Control.extend({
\r
_createButton: function (html, title, className, container, fn, context) {
\r
var link = L.DomUtil.create('a', className, container);
\r
\r
_createButton: function (html, title, className, container, fn, context) {
\r
var link = L.DomUtil.create('a', className, container);
\r
- link.innerHTML = html;
\r
+
//
link.innerHTML = html;
\r
link.href = '#';
\r
link.title = title;
\r
\r
link.href = '#';
\r
link.title = title;
\r
\r