touch up secondary pages and leaflet sidebar content

This commit is contained in:
Eden Halperin 2013-11-05 13:28:37 -05:00 committed by John Firebaugh
parent ee9642a28b
commit 7503caa750
8 changed files with 75 additions and 59 deletions

View file

@ -25,10 +25,9 @@ L.OSM.share = function (options) {
.attr('class', 'sidebar_heading')
.appendTo($ui)
.append(
$('<a>')
$('<span>')
.text(I18n.t('javascripts.close'))
.attr('class', 'sidebar_close')
.attr('href', '#')
.attr('class', 'icon close')
.bind('click', toggle))
.append(
$('<h4>')