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
a4ccfea6
authored
Mar 18, 2020
by
Orine Matsui
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
jqueryの重複を削除
parent
7cd6ac1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
achievement-official.conohawing.com/assets/include/header.php
achievement-official.conohawing.com/assets/include/header.php
View file @
a4ccfea6
...
...
@@ -52,7 +52,6 @@
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/indivisual-base.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/common_previous/js/lightcase/css/lightcase.css"
>
<script
type=
"text/javascript"
src=
"/common_previous/js/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"/common_previous/js/lightcase/js/lightcase.js"
></script>
<script
type=
"text/javascript"
>
jQuery
(
document
).
ready
(
function
(
$
)
{
...
...
@@ -74,7 +73,6 @@
<?php
if
(
$pageid
==
"schedule"
)
{
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/indivisual-base.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/schedule.css"
>
<script
type=
"text/javascript"
src=
"/common_previous/js/jquery.js"
charset=
"utf-8"
></script>
<?php
}
?>
<?php
if
(
$pageid
==
"management"
||
$pageid
==
"rt"
||
$pageid
==
"sales"
||
$pageid
==
"penetration"
)
{
?>
...
...
@@ -85,7 +83,6 @@
<?php
if
(
$pageid
==
"strategy"
)
{
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/indivisual-base.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/strategy.css"
>
<script
type=
"text/javascript"
src=
"/common_previous/js/jquery.js"
charset=
"utf-8"
></script>
<?php
}
?>
<?php
if
(
$pageid
==
"service"
)
{
?>
...
...
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