803a982e by root

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

1 parent f9ae31ff
......@@ -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!