projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5edb4bf
)
Revert "Stop spurious +/- signs appearing in the zoom slider"
author
Tom Hughes
<tom@compton.nu>
Fri, 23 Nov 2012 14:56:44 +0000
(14:56 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 23 Nov 2012 14:56:44 +0000
(14:56 +0000)
This reverts commit
5edb4bf4e5da9e7d48f8bc9f0d87fa6c95fca440
.
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 818a872542072bd98603ae9fee38384e38ab25de..6ce96757cefa5654c2ace0d0ff01804948a87ee6 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