Skip to content

Commit

Permalink
remove unnecessary div from refresh button
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Dec 9, 2024
1 parent f88e70a commit 73830f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/views/pages/map.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@

#search_link_wrapper.hide_button.toggle_btn_reg
=link_to "Link to this Search Result", "", :id => "search_link", :class => "font14"
#refresh_button.toggle_btn_reg
%div.refresh_button{:onclick => "zoomCheck();"}
Refresh this map area
#refresh_button.toggle_btn_reg{:onclick => "zoomCheck();"}
Refresh this map area
#zoom_in_more.toggle_btn_reg
%span.red.font14
Zoom in further to refresh results!
Expand Down

0 comments on commit 73830f2

Please sign in to comment.