Merge branch 'master' into 'deployment/production'
サイドバーの追従しない条件を変更 See merge request !16
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -212,7 +212,7 @@ if ($this->params->get('logoFile')) { | ... | @@ -212,7 +212,7 @@ if ($this->params->get('logoFile')) { |
212 | var cH = obj.height(); | 212 | var cH = obj.height(); |
213 | var cwrapH = $("#c_wrap").height(); | 213 | var cwrapH = $("#c_wrap").height(); |
214 | // 特定のページではスクロールしない | 214 | // 特定のページではスクロールしない |
215 | var excludedPages = [".record-page", ".infomation-all-page", ".information-page", ".info-record-page", ".info-exam-page", ."info-news-page", ".info-topix-page", ".info-media-page", ".infomation-all-page"]; | 215 | var excludedPages = [".record-page", ".information-page"]; |
216 | var excludedPagesSelector = excludedPages.join(', '); | 216 | var excludedPagesSelector = excludedPages.join(', '); |
217 | var isExcluded = false; | 217 | var isExcluded = false; |
218 | if (document.querySelector(excludedPagesSelector)) { | 218 | if (document.querySelector(excludedPagesSelector)) { | ... | ... |
-
Please register or sign in to post a comment