From b70c2e2167d60dd23a4c5011cce3112127a2616c Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 15 Dec 2022 20:30:46 +0100 Subject: [PATCH] Fix issue with glitch-soc theming --- app/views/admin/export_domain_blocks/import.html.haml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/admin/export_domain_blocks/import.html.haml b/app/views/admin/export_domain_blocks/import.html.haml index 804e61199..01add232d 100644 --- a/app/views/admin/export_domain_blocks/import.html.haml +++ b/app/views/admin/export_domain_blocks/import.html.haml @@ -1,9 +1,6 @@ - content_for :page_title do = t('admin.export_domain_blocks.import.title') -- content_for :header_tags do - = javascript_pack_tag 'admin', async: true, crossorigin: 'anonymous' - %p= t('admin.export_domain_blocks.import.description_html') - if defined?(@global_private_comment) && @global_private_comment.present?