Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Yokihito Oki
/
kanoya-univercity-prod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
803a982e
authored
2020-08-24 18:50:00 +0900
by
root
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
リダイレクト対応 : 新型コロナ対応 => covid-19.html
1 parent
f9ae31ff
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
templates/protostar/css/style_org.css
templates/protostar/index.php
templates/protostar/css/style_org.css
View file @
803a982
...
...
@@ -3,6 +3,9 @@
.covid-19-news
.mod-articles-category-category
{
display
:
none
;
}
.covid-19-sub-menu.category-list
{
display
:
none
;
}
/* 共通 ------------------------------------------------------*/
.over
{
...
...
templates/protostar/index.php
View file @
803a982
...
...
@@ -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
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment