]> cat aescling's git repositories - mastodon.git/commitdiff
Fix upstream changes breaking because of glitch-soc's theming engine
authorThibaut Girka <thib@sitedethib.com>
Fri, 13 Sep 2019 16:41:32 +0000 (18:41 +0200)
committerThibaut Girka <thib@sitedethib.com>
Fri, 13 Sep 2019 18:28:22 +0000 (20:28 +0200)
app/views/admin/custom_emojis/index.html.haml
app/views/admin/domain_allows/new.html.haml
app/views/admin/tags/index.html.haml

index 7320ce1bbda7db07c9b2203131aaaaf4acda1ce4..4fbadee9053b2e929ce51f0f4a4ce8e552f8ecc7 100644 (file)
@@ -1,9 +1,6 @@
 - content_for :page_title do
   = t('admin.custom_emojis.title')
 
-- content_for :header_tags do
-  = javascript_pack_tag 'admin', integrity: true, async: true, crossorigin: 'anonymous'
-
 .filters
   .filter-subset
     %strong= t('admin.accounts.location.title')
index 52599857aabc43b8a55733c84e6c0200a272059c..85ab7e46441eb8d53eedf176a7ad99940beb1e46 100644 (file)
@@ -1,6 +1,3 @@
-- content_for :header_tags do
-  = javascript_pack_tag 'admin', integrity: true, async: true, crossorigin: 'anonymous'
-
 - content_for :page_title do
   = t('admin.domain_allows.add_new')
 
index 324d13d3e7747348fa77e3a30a5f4da0ddb316d4..c9af7c14d381c8320ae19db1035cd5eec810814b 100644 (file)
@@ -1,9 +1,6 @@
 - content_for :page_title do
   = t('admin.tags.title')
 
-- content_for :header_tags do
-  = javascript_pack_tag 'admin', integrity: true, async: true, crossorigin: 'anonymous'
-
 .filters
   .filter-subset
     %strong= t('admin.tags.context')