From d800bdd5ffcea83ba6ceb43e0e212f3230bcf055 Mon Sep 17 00:00:00 2001 From: ShinichiU Date: Wed, 9 Apr 2014 16:31:45 +0900 Subject: [PATCH] use jquery.min.js in all pc_frontend page. --- apps/pc_frontend/config/view.yml | 2 +- apps/pc_frontend/templates/_layout.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/pc_frontend/config/view.yml b/apps/pc_frontend/config/view.yml index 86198fc..f3683af 100644 --- a/apps/pc_frontend/config/view.yml +++ b/apps/pc_frontend/config/view.yml @@ -11,7 +11,7 @@ default: stylesheets: [] - javascripts: ['util.js'] + javascripts: ['jquery.min.js', 'util.js'] has_layout: true layout: layoutC diff --git a/apps/pc_frontend/templates/_layout.php b/apps/pc_frontend/templates/_layout.php index 7812a8f..9f2ee59 100644 --- a/apps/pc_frontend/templates/_layout.php +++ b/apps/pc_frontend/templates/_layout.php @@ -10,7 +10,6 @@ - -- 1.9.1