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
d5e260be
authored
2020-08-12 15:08:42 +0900
by
TaishiTokudome
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch '011_tokudome' into 'master'
サイドバーの追従しない条件を変更 See merge request
!15
2 parents
b1d054fb
1158aeec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
templates/protostar/index.php
templates/protostar/index.php
View file @
d5e260b
...
...
@@ -212,7 +212,7 @@ if ($this->params->get('logoFile')) {
var
cH
=
obj
.
height
();
var
cwrapH
=
$
(
"#c_wrap"
).
height
();
// 特定のページではスクロールしない
var
excludedPages
=
[
".record-page"
,
".info
mation-all-page"
,
".information-page"
,
".info-record-page"
,
".info-exam-page"
,
.
"info-news-page"
,
".info-topix-page"
,
".info-media-page"
,
".infomation-all
-page"
];
var
excludedPages
=
[
".record-page"
,
".info
rmation
-page"
];
var
excludedPagesSelector
=
excludedPages
.
join
(
', '
);
var
isExcluded
=
false
;
if
(
document
.
querySelector
(
excludedPagesSelector
))
{
...
...
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