From 4dd9ea34bc6675540c80b6cc186c77cd1f7b7f27 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 28 Apr 2020 10:02:01 -0700 Subject: [PATCH 1/1] Fix issue where iD would not take the full height of its iframe --- app/views/site/id.html.erb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/views/site/id.html.erb b/app/views/site/id.html.erb index e2ce6bb0d..e4dbf2d53 100644 --- a/app/views/site/id.html.erb +++ b/app/views/site/id.html.erb @@ -6,6 +6,15 @@ <%= javascript_include_tag "id" %> + <% data = {} -%> -- 2.45.2