1eadd7fa by Yokihito Oki

Merge branch 'master' into 'deployment/production'

リダイレクト対応 : 新型コロナ対応 => covid-19.html

See merge request !25
2 parents ed3f0b11 803a982e
......@@ -3,6 +3,9 @@
.covid-19-news .mod-articles-category-category {
display: none;
}
.covid-19-sub-menu.category-list {
display: none;
}
/* 共通 ------------------------------------------------------*/
.over {
......
......@@ -204,6 +204,8 @@ if ($this->params->get('logoFile')) {
<script>
window.onload = function() {
covid19RedicretTarget = document.querySelector('.covid-19-sub-menu.category-list');
if (covid19RedicretTarget) window.location.href = '/covid-19.html';
jQuery(function($) {
var obj = $("#aside");
var sW = window.innerWidth;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!