]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/leaflet.share.js
Add sidebar loading indicator
[rails.git] / app / assets / javascripts / leaflet.share.js
index 6701e0bbd4ccf89227dd6de1c2797eba7c7aba04..6a4491c2a7e57fcbf6158603bf8779dfd8990f70 100644 (file)
@@ -11,7 +11,7 @@ L.OSM.share = function (options) {
       .attr('class', 'control-share');
 
     var button = $('<a>')
-      .attr('class', 'control-button mobile-hide')
+      .attr('class', 'control-button')
       .attr('href', '#')
       .attr('title', I18n.t('javascripts.share.title'))
       .html('<span class="icon share"></span>')