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
8ac4d7ff
Commit
8ac4d7ff
authored
Dec 05, 2013
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#10474対応 認証エラーが日本語固定 汎用的に英語表記に置き換え
parent
b22ce332
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
abvw/common/js/avweb.js
+1
-1
No files found.
abvw/common/js/avweb.js
View file @
8ac4d7ff
...
...
@@ -347,7 +347,7 @@ function avwCheckLogin(option) {
var
tags
=
'<div id="avw-auth-error">'
+
'<div style="display:table; width:100%; height:100%;">'
+
'<div style="display:table-cell; text-align:center; vertical-align:middle;">'
+
'<p><h4>
認証エラー</h4>ログインしてからご利用ください。
</p>'
+
'<p><h4>
Authentication error</h4>Please use it after login.
</p>'
+
'<div><button id="avw-unauth-ok">OK</button></div>'
+
'</div></div></div>'
;
$
(
'body'
).
prepend
(
tags
);
...
...
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