Skip to content

Commit

Permalink
missed one iframe in ssl uris
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Nov 14, 2015
1 parent 969d377 commit 9108735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/maps/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<br />
</div>

<iframe style="margin-top:10px;border:none;width:100%;height:180px;" src="http://publiclab.org/features/embed/mapknitter-sidebar"></iframe>
<iframe style="margin-top:10px;border:none;width:100%;height:180px;" src="https://publiclab.org/features/embed/mapknitter-sidebar"></iframe>

<div class="hidden-xs hidden-sm">
<%= render 'map/regions' %>
Expand Down

0 comments on commit 9108735

Please sign in to comment.