From 2cf91d39b4e50e0f02551b581397583587ce4d8a Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Fri, 14 Nov 2014 21:19:14 -0500 Subject: [PATCH] another test for uservoice auto signout. this time with iframe and json --- 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 7b54e6ae..8b559fad 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -148,7 +148,7 @@ <% if !authenticated? %> - + <% end %> <%= render :partial => 'layouts/googleanalytics' if Rails.env.production? %>