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
5390bdbc
Commit
5390bdbc
authored
Aug 05, 2014
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
セミコロンつけ忘れ
parent
98c1fc44
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
13 deletions
+5
-13
abvw/common/js/common.js
+5
-13
No files found.
abvw/common/js/common.js
View file @
5390bdbc
...
...
@@ -210,7 +210,6 @@ var Keys = {
serviceOpt_reader_usable_readinglog_gps
:
'reader_usable_readinglog_gps'
,
// Session :事業者オプション(serviceOpt)_getits向け詳細ログ使用可:Char(Y:可能, N:不可)
serviceOpt_reader_readinglog_object
:
'reader_readinglog_object'
,
// Session :共通(common)_コンテンツID:Integer
common_contentId
:
'common_contentId'
,
// Local :共通(common)_コンテンツID:Integer
...
...
@@ -363,7 +362,7 @@ function BookMarkEntity() {
this
.
registerDate
=
new
Date
();
//Add for phase2
this
.
bookmarkid
=
""
;
this
.
bookmarkid
=
""
;
};
// Entity for Memo
...
...
@@ -375,7 +374,7 @@ function MemoEntity() {
this
.
Text
=
""
;
//Add for phase2
this
.
memoid
=
""
;
this
.
memoid
=
""
;
this
.
registerDate
=
new
Date
();
};
...
...
@@ -386,7 +385,7 @@ function MarkingEntity() {
this
.
content
=
""
;
//Add for phase2
this
.
markingid
=
""
;
this
.
markingid
=
""
;
this
.
registerDate
=
new
Date
();
};
// Entity for log
...
...
@@ -469,10 +468,8 @@ COMMON.getDataMemo = function(jsonString) {
}
}
else
{
// Not found: [local memo].memoid = [server memo].memoid
// Merge server memo to local
arrLocalMemo
.
push
(
objServerMemo
);
}
}
...
...
@@ -2232,8 +2229,6 @@ COMMON.unlockFunction = function(inputPass) {
*/
COMMON
.
SetStartLog
=
function
(
strContentId
)
{
//abe pageLogもセット
var
isFound
=
false
;
var
arrContentLogs
=
ClientData
.
ContentLogData
();
...
...
@@ -2278,8 +2273,6 @@ COMMON.SetStartLog = function(strContentId) {
// Set ending log for reading content
COMMON
.
SetEndLog
=
function
(
strContentId
)
{
//abe pageLogもセット
//var log = new LogEntity(); //無駄なのでコメント
var
arrContentLogs
=
ClientData
.
ContentLogData
();
...
...
@@ -2350,8 +2343,7 @@ COMMON.SetObjectLogActionTime = function( strContentId, objectId, actionTime ){
}
ClientData
.
ContentLogData
(
arrContentLogs
);
}
};
/*
Register reading log of content to server by calling api
...
...
@@ -2831,7 +2823,7 @@ Check is anonymous user login
*/
COMMON
.
isAnonymousLogin
=
function
()
{
return
avwSysSetting
().
anonymousLoginFlg
;
}
}
;
/* Check if current browser is IE9 */
COMMON
.
isIE9
=
function
()
{
...
...
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