Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
achievement
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b54c2ced
authored
Mar 25, 2020
by
Orine Matsui
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
(仮)WEBフォントを反映した場合
parent
53806f55
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
achievement-official.conohawing.com/assets/include/header.php
achievement-official.conohawing.com/assets/include/header.php
View file @
b54c2ced
...
...
@@ -62,16 +62,6 @@
});
});
</script>
<script>
(
function
(
d
)
{
var
config
=
{
kitId
:
'gon0eye'
,
scriptTimeout
:
3000
,
async
:
true
},
h
=
d
.
documentElement
,
t
=
setTimeout
(
function
(){
h
.
className
=
h
.
className
.
replace
(
/
\b
wf-loading
\b
/g
,
""
)
+
" wf-inactive"
;},
config
.
scriptTimeout
),
tk
=
d
.
createElement
(
"script"
),
f
=
false
,
s
=
d
.
getElementsByTagName
(
"script"
)[
0
],
a
;
h
.
className
+=
" wf-loading"
;
tk
.
src
=
'https://use.typekit.net/'
+
config
.
kitId
+
'.js'
;
tk
.
async
=
true
;
tk
.
onload
=
tk
.
onreadystatechange
=
function
(){
a
=
this
.
readyState
;
if
(
f
||
a
&&
a
!=
"complete"
&&
a
!=
"loaded"
)
return
;
f
=
true
;
clearTimeout
(
t
);
try
{
Typekit
.
load
(
config
)}
catch
(
e
){}};
s
.
parentNode
.
insertBefore
(
tk
,
s
)
})(
document
);
</script>
<?php
}
?>
<?php
if
(
$pageid
==
"trainer"
||
$pageid
==
"trainer-sato"
||
$pageid
==
"trainer-ohtaka"
||
$pageid
==
"trainer-shimamura"
||
$pageid
==
"trainer-maruyama"
||
$pageid
==
"trainer-takagi"
||
$pageid
==
"trainer-nakano"
||
$pageid
==
"trainer-hashimoto"
||
$pageid
==
"trainer-sakata"
||
$pageid
==
"trainer-hayase"
||
$pageid
==
"trainer-kakitani"
||
$pageid
==
"trainer-murata"
||
$pageid
==
"trainer-shigetomi"
||
$pageid
==
"trainer-izumi"
||
$pageid
==
"trainer-nagisa"
||
$pageid
==
"trainer-sakakura"
||
$pageid
==
"trainer-hariu"
||
$pageid
==
"trainer-jito"
||
$pageid
==
"trainer-okamoto"
)
{
?>
...
...
@@ -155,7 +145,6 @@
<link
rel=
"stylesheet"
href=
"/common_previous/css/contact.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/form.css"
>
<?php
}
?>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=UA-3405083-1"
></script>
<script>
...
...
@@ -169,6 +158,16 @@
gtag
(
'config'
,
'UA-3405083-1'
);
</script>
<script>
(
function
(
d
)
{
var
config
=
{
kitId
:
'gon0eye'
,
scriptTimeout
:
3000
,
async
:
true
},
h
=
d
.
documentElement
,
t
=
setTimeout
(
function
(){
h
.
className
=
h
.
className
.
replace
(
/
\b
wf-loading
\b
/g
,
""
)
+
" wf-inactive"
;},
config
.
scriptTimeout
),
tk
=
d
.
createElement
(
"script"
),
f
=
false
,
s
=
d
.
getElementsByTagName
(
"script"
)[
0
],
a
;
h
.
className
+=
" wf-loading"
;
tk
.
src
=
'https://use.typekit.net/'
+
config
.
kitId
+
'.js'
;
tk
.
async
=
true
;
tk
.
onload
=
tk
.
onreadystatechange
=
function
(){
a
=
this
.
readyState
;
if
(
f
||
a
&&
a
!=
"complete"
&&
a
!=
"loaded"
)
return
;
f
=
true
;
clearTimeout
(
t
);
try
{
Typekit
.
load
(
config
)}
catch
(
e
){}};
s
.
parentNode
.
insertBefore
(
tk
,
s
)
})(
document
);
</script>
</head>
<body
class=
"page-
<?php
echo
$pageid
;
?>
"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment