X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b21d0906c48065e8fdf74df30dd453bba6d4d8f2..e443ec7587e78564deadd34f0aebde02c83437cc:/app/assets/javascripts/leaflet.layers.js diff --git a/app/assets/javascripts/leaflet.layers.js b/app/assets/javascripts/leaflet.layers.js index 2f06ab9c5..038205ca4 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( + $("