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
2607c872
authored
2020-08-12 03:13:34 +0000
by
Yokihito Oki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
CSSのキャッシュを更新
1 parent
60b1e818
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
templates/protostar/index.php
templates/protostar/index.php
View file @
2607c87
...
...
@@ -45,7 +45,7 @@ JHtml::_('script', 'template.js', array('version' => 'auto', 'relative' => true)
JHtml
::
_
(
'script'
,
'jui/html5.js'
,
array
(
'version'
=>
'auto'
,
'relative'
=>
true
,
'conditional'
=>
'lt IE 9'
));
// Add Stylesheets
JHtml
::
_
(
'stylesheet'
,
'template.css'
,
array
(
'version'
=>
'20200
721001
'
,
'relative'
=>
true
));
JHtml
::
_
(
'stylesheet'
,
'template.css'
,
array
(
'version'
=>
'20200
811002
'
,
'relative'
=>
true
));
// Use of Google Font
...
...
@@ -212,7 +212,7 @@ if ($this->params->get('logoFile')) {
var
cH
=
obj
.
height
();
var
cwrapH
=
$
(
"#c_wrap"
).
height
();
// 特定のページではスクロールしない
var
excludedPages
=
[
".record-page"
];
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"
];
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