X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1debc147b8c4d9c917d54a279dcf0e2718e0665e..d235b12767bba240611fc6452b7508627c56542b:/app/assets/javascripts/leaflet.layers.js diff --git a/app/assets/javascripts/leaflet.layers.js b/app/assets/javascripts/leaflet.layers.js index 242f76285..676cd9607 100644 --- a/app/assets/javascripts/leaflet.layers.js +++ b/app/assets/javascripts/leaflet.layers.js @@ -1,60 +1,55 @@ -L.OSM.layers = function(options) { +L.OSM.layers = function (options) { var control = L.control(options); control.onAdd = function (map) { var layers = options.layers; - var $container = $('
') - .attr('class', 'control-layers'); + var $container = $("
") + .attr("class", "control-layers"); - var link = $('') - .attr('class', 'control-button') - .attr('href', '#') - .attr('title', 'Layers') - .html('') - .on('click', toggle) + var button = $("") + .attr("class", "control-button") + .attr("href", "#") + .attr("title", I18n.t("javascripts.map.layers.title")) + .html("") + .on("click", toggle) .appendTo($container); - var $ui = $('
') - .attr('class', 'layers-ui'); - - $('
') - .appendTo($ui) - .append( - $('') - .html('»') - .attr('class', 'close-button') - .attr('href', '#') - .bind('click', toggle)) - .append( - $('

') - .text(I18n.t('javascripts.map.layers.header'))); - - var baseSection = $('
') - .addClass('base-layers') + var $ui = $("
") + .attr("class", "layers-ui"); + + $("
") + .attr("class", "sidebar_heading") + .appendTo($ui) + .append( + $("