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
3d52b7db
Commit
3d52b7db
authored
Aug 05, 2014
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
セミコロン忘れ
parent
5390bdbc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
abvw/common/js/common.js
+10
-8
No files found.
abvw/common/js/common.js
View file @
3d52b7db
...
...
@@ -2092,7 +2092,7 @@ COMMON.LockScreen = function() {
var
timeWaitLockScreen
=
COMMON
.
getTimeWaitLockScreen
();
if
(
timeWaitLockScreen
>
0
)
{
//var message = I18N.i18nText("sysInfoScrLock01");
SCREENLOCK
.
screenLock
({
SCREENLOCK
.
screenLock
({
timeout
:
timeWaitLockScreen
,
html
:
'<img src="img/1222.png" alt="Screen Lock" /><br />'
,
//+ message,
unlockFunc
:
COMMON
.
unlockFunction
,
...
...
@@ -2198,7 +2198,7 @@ COMMON.unlockFunction = function(inputPass) {
ClientData
.
serviceOpt_web_screen_lock
(
option
.
value
);
}
else
if
(
option
.
serviceName
==
'web_screen_lock_wait'
)
{
ClientData
.
serviceOpt_web_screen_lock_wait
(
option
.
value
);
ClientData
.
serviceOpt_web_screen_lock_wait
(
option
.
value
);
}
});
...
...
@@ -2211,7 +2211,8 @@ COMMON.unlockFunction = function(inputPass) {
else
{
errorCode
=
{
errorMessage
:
"E001"
};
}
});
}
);
if
(
result
==
true
)
{
...
...
@@ -2292,7 +2293,7 @@ COMMON.SetEndLog = function(strContentId) {
};
// 1ページ分のページ閲覧ログを作成
COMMON
.
SetPageLog
=
function
(
strContentId
,
strPageNo
){
COMMON
.
SetPageLog
=
function
(
strContentId
,
strPageNo
){
var
arrContentLogs
=
ClientData
.
ContentLogData
();
...
...
@@ -2309,10 +2310,10 @@ COMMON.SetPageLog = function( strContentId, strPageNo ){
}
ClientData
.
ContentLogData
(
arrContentLogs
);
}
}
;
// 1アクションのオブジェクトログを作成
COMMON
.
SetObjectLog
=
function
(
strContentId
,
objectLog
){
COMMON
.
SetObjectLog
=
function
(
strContentId
,
objectLog
){
var
arrContentLogs
=
ClientData
.
ContentLogData
();
...
...
@@ -2325,7 +2326,7 @@ COMMON.SetObjectLog = function( strContentId, objectLog ){
}
ClientData
.
ContentLogData
(
arrContentLogs
);
}
}
;
// 前回の1アクションのオブジェクトログの利用時間を設定
COMMON
.
SetObjectLogActionTime
=
function
(
strContentId
,
objectId
,
actionTime
){
...
...
@@ -2498,7 +2499,8 @@ COMMON.RegisterLog = function() {
else
{
showSystemError
();
}
});
}
);
};
if
(
avwHasError
())
{
return
;
...
...
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