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
f6096c20
Commit
f6096c20
authored
Feb 12, 2015
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JS暗号化エラー対応
parent
c855cacf
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
66 additions
and
72 deletions
+66
-72
abvw/.htaccess
+4
-4
abvw/js/contentview.js
+7
-5
custom/daihatsu/login.html
+52
-61
env.sh
+3
-2
No files found.
abvw/.htaccess
View file @
f6096c20
SetEnvIf
Referer "^http://web3\.agentec\.jp/web_test/" RefererCheck
Order
deny,allow
Deny
from
all
Allow
from
env=RefererCheck
#
SetEnvIf Referer "^http://web3\.agentec\.jp/web_test/" RefererCheck
#
Order deny,allow
#
Deny from all
#
Allow from env=RefererCheck
<
Files
~ "\.(js|json)$"
>
Header
add
Pragma "no-cache"
Header
set
Cache-Control no-cache
...
...
abvw/js/contentview.js
View file @
f6096c20
...
...
@@ -4,7 +4,9 @@
var
CONTENTVIEW
=
{};
$
(
document
).
mouseup
(
function
(
e
)
{
if
(
e
.
which
==
1
)
CONTENTVIEW_GENERAL
.
isPressLeftMouse
=
false
if
(
e
.
which
==
1
){
CONTENTVIEW_GENERAL
.
isPressLeftMouse
=
false
;
}
});
/* change size */
...
...
@@ -5546,10 +5548,10 @@ CONTENTVIEW.screenBack = function(){
CONTENTVIEW
.
initScreen
=
function
(){
//画面初期化
if
(
$
(
'#canvasWrapper'
).
length
)
{
if
(
$
(
'#canvasWrapper'
).
length
)
{
$
(
'#canvasWrapper'
).
empty
();
}
if
(
$
(
'#dialog'
).
length
)
{
if
(
$
(
'#dialog'
).
length
)
{
$
(
'#dialog'
).
hide
();
$
(
'#dialog'
).
empty
();
$
(
'#dialog'
).
removeClass
();
...
...
@@ -5721,7 +5723,7 @@ CONTENTVIEW.webGetContentApi_funcOk = function(data){
//ストリーミングならデバイス側に初期表示済通知
if
(
ClientData
.
isStreamingMode
()){
CONTENTVIEW_STREAMING
.
initPageView
()
CONTENTVIEW_STREAMING
.
initPageView
()
;
}
}
else
{
...
...
@@ -5748,7 +5750,7 @@ CONTENTVIEW.webGetContentApi_funcOk = function(data){
//ストリーミングならデバイス側に初期表示済通知
if
(
ClientData
.
isStreamingMode
()){
CONTENTVIEW_STREAMING
.
initPageView
()
CONTENTVIEW_STREAMING
.
initPageView
()
;
}
}
...
...
custom/daihatsu/login.html
View file @
f6096c20
This diff is collapsed.
Click to expand it.
env.sh
View file @
f6096c20
...
...
@@ -30,13 +30,14 @@ modify_api()
"screenlockTimeDefault" : 30,
"pushPageCount" : 5,
"pushTimePeriod" : 60,
"debug" :
tru
e,
"debug" :
fals
e,
"loginPage" : "index.html",
"anonymousLoginFlg" : false,
"anonymousLoginPath" : "test",
"anonymousLoginId" : "nologin",
"appName" : "ABookWebCL",
"appVersion" : "0.0.1"
"appVersion" : "0.0.1",
"movieCacheLimitMB" : 200
}
EOF
}
...
...
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