From 8ece160330432db1770f1ce8815dbf5f22dc3654 Mon Sep 17 00:00:00 2001 From: Kaelig Date: Mon, 12 Apr 2021 14:09:20 -0700 Subject: [PATCH] Delete redudant type attribute in script_tag --- performance/shopify/shop_filter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance/shopify/shop_filter.rb b/performance/shopify/shop_filter.rb index 3558c6f..110b0d3 100644 --- a/performance/shopify/shop_filter.rb +++ b/performance/shopify/shop_filter.rb @@ -14,7 +14,7 @@ module ShopFilter end def script_tag(url) - %() + %() end def stylesheet_tag(url, media = "all")