Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
sanitary-net
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
a61d0353
authored
Nov 16, 2020
by
o.kimura
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
うつくしトイレ、Google検索制御
parent
53e5442d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
utsukushitoilet/shared/js/common.js
utsukushitoilet/shared/js/common.js
View file @
a61d0353
...
@@ -47,6 +47,12 @@ $(function () {
...
@@ -47,6 +47,12 @@ $(function () {
$
(
"#gsc-i-id1"
).
css
(
"background"
,
"none"
);
$
(
"#gsc-i-id1"
).
css
(
"background"
,
"none"
);
$
(
"#gsc-i-id1"
).
css
(
"font-family"
,
'Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS Pゴシック", sans-serif'
);
$
(
"#gsc-i-id1"
).
css
(
"font-family"
,
'Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS Pゴシック", sans-serif'
);
},
1200
);
},
1200
);
$
(
"#head_area,#toggle_menu"
).
on
(
"click"
,
function
(
e
)
{
$
(
"#gsc-i-id1"
).
css
(
"background"
,
"none"
);
$
(
"#gsc-i-id1"
).
attr
(
"placeholder"
,
"サイト内検索"
);
$
(
"#gsc-i-id1"
).
css
(
"font-family"
,
'Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS Pゴシック", sans-serif'
);
});
});
});
/* モバイル用ナビゲーション */
/* モバイル用ナビゲーション */
...
...
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