From b861383dbb3f17a3de8a2a9d1eff41deebb98d56 Mon Sep 17 00:00:00 2001 From: Bruno Perles Date: Wed, 6 Jan 2016 15:49:01 +0100 Subject: Update Map-fullscreen button to type=button --- app/maps/application_map.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/maps/application_map.rb b/app/maps/application_map.rb index fb2cd897a..19b9038ec 100644 --- a/app/maps/application_map.rb +++ b/app/maps/application_map.rb @@ -73,7 +73,7 @@ class ApplicationMap def to_html(options = {}) if not respond_to?(:ready?) or ready? - expand = options[:no_fullscreen] ? '' : "" + expand = options[:no_fullscreen] ? '' : "" "
#{expand}
#{map.to_html(options)}".html_safe end end -- cgit v1.2.3