Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
bb51b5c2
Commit
bb51b5c2
authored
Apr 03, 2015
by
vietdo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#15763 プッシュ通知が無効ならヘッダの「通知」ボタンを非表示にする
parent
84369192
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
abvw/home.html
+4
-4
No files found.
abvw/home.html
View file @
bb51b5c2
...
...
@@ -81,7 +81,7 @@
</head>
<body
id=
"bookshelf"
oncontextmenu=
"return
false;
"
>
<body
id=
"bookshelf"
oncontextmenu=
"return
true
"
>
<header
id=
"header-ws"
class=
"header_ws"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
<!--新着メッセージがあります!!!-->
...
...
@@ -110,12 +110,12 @@
</ul>
</div>
<ul
class=
"button"
>
<li
class=
"floatL"
id=
"dspPushMessage"
>
<a
href=
"#"
id=
"liPushMessage"
><span
class=
"pushMessage"
><span
class=
"icon"
></span>
<span
class=
"lang"
lang=
"txtPushAlert"
>
<
!--新着 : -->
<
/span><span
id=
"numbermessage"
></span><span
class=
"arrow"
></span></span></a>
<li
class=
"floatL"
id=
"dspPushMessage"
style=
"display:none;"
>
<a
href=
"#"
id=
"liPushMessage"
><span
class=
"pushMessage"
><span
class=
"icon"
></span>
<span
class=
"lang"
lang=
"txtPushAlert"
></span><span
id=
"numbermessage"
></span><span
class=
"arrow"
></span></span></a>
<div
id=
"accordion"
style=
"display:none;"
>
<div
id=
"show-push-message"
></div>
<div
class=
"pagechange clearfix"
>
<a
class=
"floatL lang"
id=
'prev-page-message'
lang=
"txtPrevious"
>
<
!--前へ-->
</a><a
class=
"floatR lang"
id=
'next-page-message'
lang=
"txtNext"
>
<!--次へ--
>
</a>
<a
class=
"floatL lang"
id=
'prev-page-message'
lang=
"txtPrevious"
><
/a><a
class=
"floatR lang"
id=
'next-page-message'
lang=
"txtNext"
></a>
</div>
</div>
</li>
...
...
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