From 121024116041f39fa09676463fa38a5faa1eeacc Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Thu, 2 Aug 2018 13:55:49 -0700 Subject: [PATCH] remove jquery include from cdn --- app/views/layouts/default.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb index 09e1fa9cb..acb5cfe7c 100644 --- a/app/views/layouts/default.html.erb +++ b/app/views/layouts/default.html.erb @@ -28,7 +28,6 @@ <%= content_tag(:meta, nil, name: "disable-mobile-gestures", content: CurrentUser.disable_mobile_gestures?) %> <%= auto_discovery_link_tag :atom, posts_path(:format => "atom", :tags => params[:tags]) %> - <%= javascript_pack_tag "application" %> <%= stylesheet_pack_tag "application" %> <% if CurrentUser.user.custom_style.present? %>