From beb05f1f39c1b8a24cce45f84c67d75fb1857579 Mon Sep 17 00:00:00 2001 From: Connor Turland <connorturland@gmail.com> Date: Fri, 14 Nov 2014 21:11:51 -0500 Subject: [PATCH] another test for uservoice auto signout. this time with iframe --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 57b5dcc2..7b54e6ae 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -148,7 +148,7 @@ </script> <% if !authenticated? %> - <script src="http://metamapscc.uservoice.com/logout.js"></script> + <iframe width="1" height="1" src="http://support.metamaps.cc/logout.js"; style="visibility:hidden;"></iframe> <% end %> <%= render :partial => 'layouts/googleanalytics' if Rails.env.production? %>