another test for uservoice auto signout. this time with iframe and json

This commit is contained in:
Connor Turland 2014-11-14 21:19:14 -05:00
parent beb05f1f39
commit 2cf91d39b4

View file

@ -148,7 +148,7 @@
</script>
<% if !authenticated? %>
<iframe width="1" height="1" src="http://support.metamaps.cc/logout.js"; style="visibility:hidden;"></iframe>
<iframe width="1" height="1" src="http://support.metamaps.cc/logout.json"; style="visibility:hidden;"></iframe>
<% end %>
<%= render :partial => 'layouts/googleanalytics' if Rails.env.production? %>