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
4bb01134
Commit
4bb01134
authored
Apr 01, 2015
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SSO対応リリース準備 バージョン表記調整
parent
9c612b4a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
abvw/common/json/lang/lang-ja.json
+1
-1
abvw/js/contentview_CreateObjects.js
+0
-2
No files found.
abvw/common/json/lang/lang-ja.json
View file @
4bb01134
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
"dspBkCancel"
:
"バックアップせずにログアウト"
,
"dspBkCancel"
:
"バックアップせずにログアウト"
,
"txtSearchResult"
:
"検索結果"
,
"txtSearchResult"
:
"検索結果"
,
"dspHome"
:
"ホーム"
,
"dspHome"
:
"ホーム"
,
"txtLoginUser"
:
"(Ver.20150
219
)ログイン中:"
,
"txtLoginUser"
:
"(Ver.20150
401
)ログイン中:"
,
"txtAll"
:
"すべて"
,
"txtAll"
:
"すべて"
,
"txtMkgSize"
:
"太さ"
,
"txtMkgSize"
:
"太さ"
,
"txtMkgS"
:
"小"
,
"txtMkgS"
:
"小"
,
...
...
abvw/js/contentview_CreateObjects.js
View file @
4bb01134
...
@@ -2990,8 +2990,6 @@ CONTENTVIEW_CREATEOBJECT.isSsoUrl = function(resourceUrl){
...
@@ -2990,8 +2990,6 @@ CONTENTVIEW_CREATEOBJECT.isSsoUrl = function(resourceUrl){
var
chkUrl
=
"http://dlpro.daihatsu.goo-net.com/"
;
var
chkUrl
=
"http://dlpro.daihatsu.goo-net.com/"
;
var
chkUrlDev
=
"http://dlprodev.daihatsu.goo-net.com/"
;
var
chkUrlDev
=
"http://dlprodev.daihatsu.goo-net.com/"
;
//var chkUrl = "https://www.agentec.jp/";
//var chkUrlDev = "https://www.agentec.jp/";
if
(
chkUrl
===
resourceUrl
||
chkUrlDev
===
resourceUrl
){
if
(
chkUrl
===
resourceUrl
||
chkUrlDev
===
resourceUrl
){
return
true
;
return
true
;
...
...
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