From 85d763908201f61a735a587b23515b4043b33199 Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Thu, 2 Aug 2018 15:48:16 -0700 Subject: [PATCH] Revert "remove jquery include from cdn" This reverts commit 121024116041f39fa09676463fa38a5faa1eeacc. --- app/views/layouts/default.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb index acb5cfe7c..09e1fa9cb 100644 --- a/app/views/layouts/default.html.erb +++ b/app/views/layouts/default.html.erb @@ -28,6 +28,7 @@ <%= 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? %>