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
0fc70047
Commit
0fc70047
authored
Dec 15, 2014
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
動画キャッシュ対応
parent
5b5e4c85
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
162 additions
and
48 deletions
+162
-48
abvw/common/js/avweb.js
+7
-5
abvw/home.html
+20
-18
abvw/js/contentview.js
+31
-6
abvw/js/contentview_FileSystem.js
+6
-6
abvw/js/contentview_InitObjects.js
+97
-7
abvw/js/home.js
+1
-6
No files found.
abvw/common/js/avweb.js
View file @
0fc70047
...
@@ -845,9 +845,11 @@ function avwSetLogoutNortice() {
...
@@ -845,9 +845,11 @@ function avwSetLogoutNortice() {
window
.
onbeforeunload
=
function
(
event
)
{
window
.
onbeforeunload
=
function
(
event
)
{
//DHカスタム
//DHカスタム
if
(
ClientData
.
serviceOpt_daihatsu
()
==
'Y'
){
if
(
ClientData
.
serviceOpt_daihatsu
()
==
'Y'
){
if
(
contentID
!=
null
){
if
(
"contentID"
in
window
){
SetEndLog
(
contentID
);
if
(
contentID
!=
null
){
RegisterLog
();
SetEndLog
(
contentID
);
RegisterLog
();
}
}
}
}
else
{
}
else
{
// メッセージ表示
// メッセージ表示
...
@@ -867,9 +869,9 @@ function avwScreenMove(url) {
...
@@ -867,9 +869,9 @@ function avwScreenMove(url) {
window
.
location
=
url
;
window
.
location
=
url
;
};
};
/* Debug Log */
/* Debug Log */
function
avwLog
(
msg
)
{
AVWEB
.
avwLog
=
function
(
msg
)
{
if
(
avwSysSetting
().
debug
)
{
if
(
avwSysSetting
().
debug
)
{
console
.
log
(
msg
);
console
.
log
(
msg
);
}
}
};
};
...
...
abvw/home.html
View file @
0fc70047
...
@@ -38,24 +38,6 @@
...
@@ -38,24 +38,6 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/limit_access.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/limit_access.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/limit_access.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/limit_access.css?#UPDATEID#"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-ui-1.8.23.custom.min.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.toastmessage.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/avweb.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/i18n.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/common.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/uuid.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/Limit_Access_Content.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/home.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/header.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/scrolltopcontrol.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/tab.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.cookie.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.treeview.edit.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.treeview.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/screenLock.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/detail.js?#UPDATEID#"
></script>
</head>
</head>
...
@@ -239,5 +221,24 @@
...
@@ -239,5 +221,24 @@
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
this frame prevents back forward cache
this frame prevents back forward cache
</iframe>
</iframe>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-ui-1.8.23.custom.min.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.toastmessage.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/avweb.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/i18n.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/common.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/uuid.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/Limit_Access_Content.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/home.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/header.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/scrolltopcontrol.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/tab.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.cookie.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.treeview.edit.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.treeview.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./common/js/screenLock.js?#UPDATEID#"
></script>
<script
type=
"text/javascript"
src=
"./js/detail.js?#UPDATEID#"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
abvw/js/contentview.js
View file @
0fc70047
...
@@ -2318,10 +2318,12 @@ function displayOverlayForHtmlAndMediaType(){
...
@@ -2318,10 +2318,12 @@ function displayOverlayForHtmlAndMediaType(){
//END TRB00075 - Editor: Long - Date - 24/09/2013 - Summary : Fix for prevent moving page when display dialog
//END TRB00075 - Editor: Long - Date - 24/09/2013 - Summary : Fix for prevent moving page when display dialog
//Display overlay dialog for specify content type
//Display overlay dialog for specify content type
function
displayOverlayForSpecifyContentType
(){
function
displayOverlayForSpecifyContentType
(
resourceUrl
){
var
contentId
=
ClientData
.
contentInfo_contentId
();
var
contentId
=
ClientData
.
contentInfo_contentId
();
var
resourceUrl
=
downloadResourceById
(
contentId
);
if
(
resourceUrl
==
null
){
resourceUrl
=
downloadResourceById
(
contentId
);
}
//contentType = ContentTypeKeys.Type_Html;
//contentType = ContentTypeKeys.Type_Html;
if
(
contentType
==
ContentTypeKeys
.
Type_Music
){
if
(
contentType
==
ContentTypeKeys
.
Type_Music
){
...
@@ -2767,6 +2769,31 @@ function downloadResourceById(contentId){
...
@@ -2767,6 +2769,31 @@ function downloadResourceById(contentId){
return
resourceUrl
;
return
resourceUrl
;
};
};
CONTENTVIEW
.
getVideoContentResourceId
=
function
(
contentId
){
if
(
contentType
!=
ContentTypeKeys
.
Type_Video
){
return
null
;
}
var
params
=
{
sid
:
ClientData
.
userInfo_sid
(),
contentId
:
contentId
,
getType
:
'2'
,
};
var
resourceId
;
abapi
(
'webGetContent'
,
params
,
'GET'
,
function
(
data
)
{
$
.
each
(
data
.
contentData
,
function
(
i
,
n
){
if
(
typeof
n
==
"object"
){
resourceId
=
n
.
resourceId
;
}
});
//Get resource
});
return
resourceId
;
};
//Start : TRB00015 - Editor : Long - Date : 08/28/2013 - Summary : For win 8 rotate handling.
//Start : TRB00015 - Editor : Long - Date : 08/28/2013 - Summary : For win 8 rotate handling.
function
setViewportForWin8
(){
function
setViewportForWin8
(){
if
(
window
.
navigator
.
msPointerEnabled
)
{
if
(
window
.
navigator
.
msPointerEnabled
)
{
...
@@ -2852,7 +2879,7 @@ CONTENTVIEW.ready = function(){
...
@@ -2852,7 +2879,7 @@ CONTENTVIEW.ready = function(){
CONTENTVIEW
.
webGetContentApi_funcOk
=
function
(
data
){
CONTENTVIEW
.
webGetContentApi_funcOk
=
function
(
data
){
console
.
log
(
"CONTENTVIEW.webGetContentApi_funcOk:"
+
data
.
contentData
.
contentType
);
//
console.log("CONTENTVIEW.webGetContentApi_funcOk:" + data.contentData.contentType);
contentType
=
data
.
contentData
.
contentType
;
contentType
=
data
.
contentData
.
contentType
;
...
@@ -2890,9 +2917,7 @@ CONTENTVIEW.webGetContentApi_funcOk = function(data){
...
@@ -2890,9 +2917,7 @@ CONTENTVIEW.webGetContentApi_funcOk = function(data){
//END TRB00059 - EDITOR: Long - Date : 09/19/2013 - Summary : Add title for media and html type
//END TRB00059 - EDITOR: Long - Date : 09/19/2013 - Summary : Add title for media and html type
}
}
else
{
else
{
//console.log("CONTENTVIEW.webGetContentApi_funcOk:initPage");
console
.
log
(
"CONTENTVIEW.webGetContentApi_funcOk:initPage"
);
initPage
();
initPage
();
}
}
}
}
...
...
abvw/js/contentview_FileSystem.js
View file @
0fc70047
...
@@ -15,7 +15,7 @@ CONTENTVIEW_FILESYSTEM.initFS = function( func ) {
...
@@ -15,7 +15,7 @@ CONTENTVIEW_FILESYSTEM.initFS = function( func ) {
window
.
requestFileSystem
=
window
.
requestFileSystem
||
window
.
webkitRequestFileSystem
;
window
.
requestFileSystem
=
window
.
requestFileSystem
||
window
.
webkitRequestFileSystem
;
// Initiate filesystem on page load.
// Initiate filesystem on page load.
if
(
!
window
.
requestFileSystem
)
{
if
(
!
window
.
requestFileSystem
)
{
console
.
log
(
"window.requestFileSystem is null"
);
//
console.log("window.requestFileSystem is null");
if
(
func
!=
null
){
if
(
func
!=
null
){
func
();
func
();
}
}
...
@@ -26,7 +26,7 @@ CONTENTVIEW_FILESYSTEM.initFS = function( func ) {
...
@@ -26,7 +26,7 @@ CONTENTVIEW_FILESYSTEM.initFS = function( func ) {
window
.
TEMPORARY
,
window
.
TEMPORARY
,
1024
*
1024
,
1024
*
1024
,
function
(
filesystem
)
{
function
(
filesystem
)
{
console
.
log
(
"initFS window.requestFileSystem"
);
//
console.log("initFS window.requestFileSystem");
CONTENTVIEW_FILESYSTEM
.
fs
=
filesystem
;
CONTENTVIEW_FILESYSTEM
.
fs
=
filesystem
;
CONTENTVIEW_FILESYSTEM
.
fs
.
root
.
getDirectory
(
CONTENTVIEW_FILESYSTEM
.
fs
.
root
.
getDirectory
(
'abook'
,
'abook'
,
...
@@ -53,7 +53,7 @@ CONTENTVIEW_FILESYSTEM.initFS = function( func ) {
...
@@ -53,7 +53,7 @@ CONTENTVIEW_FILESYSTEM.initFS = function( func ) {
CONTENTVIEW_FILESYSTEM
.
savePageFile
=
function
(
contentId
,
fileName
,
data
)
{
CONTENTVIEW_FILESYSTEM
.
savePageFile
=
function
(
contentId
,
fileName
,
data
)
{
if
(
!
CONTENTVIEW_FILESYSTEM
.
fs
)
{
if
(
!
CONTENTVIEW_FILESYSTEM
.
fs
)
{
console
.
log
(
'CONTENTVIEW_FILESYSTEM.fs is null. id='
+
contentId
);
//
console.log('CONTENTVIEW_FILESYSTEM.fs is null. id=' + contentId);
return
;
return
;
}
}
...
@@ -93,7 +93,7 @@ CONTENTVIEW_FILESYSTEM.savePageFile = function(contentId, fileName, data) {
...
@@ -93,7 +93,7 @@ CONTENTVIEW_FILESYSTEM.savePageFile = function(contentId, fileName, data) {
CONTENTVIEW_FILESYSTEM
.
deleteContentDir
=
function
(
contentId
)
{
CONTENTVIEW_FILESYSTEM
.
deleteContentDir
=
function
(
contentId
)
{
if
(
!
CONTENTVIEW_FILESYSTEM
.
fs
)
{
if
(
!
CONTENTVIEW_FILESYSTEM
.
fs
)
{
console
.
log
(
'CONTENTVIEW_FILESYSTEM.fs is null. id='
+
contentId
);
//
console.log('CONTENTVIEW_FILESYSTEM.fs is null. id=' + contentId);
return
;
return
;
}
}
...
@@ -116,7 +116,7 @@ CONTENTVIEW_FILESYSTEM.deleteContentDir = function(contentId) {
...
@@ -116,7 +116,7 @@ CONTENTVIEW_FILESYSTEM.deleteContentDir = function(contentId) {
CONTENTVIEW_FILESYSTEM
.
checkUpdate
=
function
(
contentId
,
data
,
func
)
{
CONTENTVIEW_FILESYSTEM
.
checkUpdate
=
function
(
contentId
,
data
,
func
)
{
if
(
!
CONTENTVIEW_FILESYSTEM
.
fs
)
{
if
(
!
CONTENTVIEW_FILESYSTEM
.
fs
)
{
console
.
log
(
'CONTENTVIEW_FILESYSTEM.fs is null. id='
+
contentId
);
//
console.log('CONTENTVIEW_FILESYSTEM.fs is null. id=' + contentId);
//おまじない ajaxカウントをインクリする必要有り
//おまじない ajaxカウントをインクリする必要有り
//nAjaxLoad++;
//nAjaxLoad++;
//ファンクションがあれば実行
//ファンクションがあれば実行
...
@@ -269,7 +269,7 @@ CONTENTVIEW_FILESYSTEM.showVideoObjectCache = function(x, y, width, height, src,
...
@@ -269,7 +269,7 @@ CONTENTVIEW_FILESYSTEM.showVideoObjectCache = function(x, y, width, height, src,
console
.
log
(
'CONTENTVIEW_FILESYSTEM.showVideoObjectCache'
);
console
.
log
(
'CONTENTVIEW_FILESYSTEM.showVideoObjectCache'
);
if
(
!
CONTENTVIEW_FILESYSTEM
.
fs
)
{
if
(
!
CONTENTVIEW_FILESYSTEM
.
fs
)
{
console
.
log
(
'CONTENTVIEW_FILESYSTEM.fs is null. id='
+
contentId
);
//
console.log('CONTENTVIEW_FILESYSTEM.fs is null. id=' + contentId);
showVideoObject
(
x
,
y
,
width
,
height
,
src
,
isFullscreen
,
true
);
showVideoObject
(
x
,
y
,
width
,
height
,
src
,
isFullscreen
,
true
);
return
;
return
;
}
}
...
...
abvw/js/contentview_InitObjects.js
View file @
0fc70047
...
@@ -126,7 +126,7 @@ function initPage() {
...
@@ -126,7 +126,7 @@ function initPage() {
//abe
//abe
//alert("initPage");
//alert("initPage");
console
.
log
(
"initPage"
);
//
console.log("initPage");
//START : TRB00034 - DATE : 09/11/2013 - Editor : Long - Summary : Fix for center loading image
//START : TRB00034 - DATE : 09/11/2013 - Editor : Long - Summary : Fix for center loading image
setLoadingSize
();
setLoadingSize
();
...
@@ -278,7 +278,7 @@ function initPage() {
...
@@ -278,7 +278,7 @@ function initPage() {
/*Init Page */
/*Init Page */
nAjaxLoad
++
;
nAjaxLoad
++
;
console
.
log
(
"nAjaxLoad:"
+
nAjaxLoad
);
//
console.log("nAjaxLoad:" + nAjaxLoad);
if
(
nAjaxLoad
==
8
)
{
if
(
nAjaxLoad
==
8
)
{
/* handle from bookmark page */
/* handle from bookmark page */
...
@@ -603,21 +603,110 @@ function initPageMediaAndHtmlType(){
...
@@ -603,21 +603,110 @@ function initPageMediaAndHtmlType(){
//enable SpecifyControl
//enable SpecifyControl
enableSpecifyControl
();
enableSpecifyControl
();
//Display overlay dialog for specify content type
//ビデオコンテンツの場合はキャッシュ確認
displayOverlayForSpecifyContentType
();
if
(
contentType
==
ContentTypeKeys
.
Type_Video
){
//ファイルシステムが有効であればキャッシュ確認
if
(
CONTENTVIEW_FILESYSTEM
.
fs
==
null
){
//Display overlay dialog for specify content type
displayOverlayForSpecifyContentType
(
null
);
}
else
{
var
resourceId
=
CONTENTVIEW
.
getVideoContentResourceId
(
contentID
);
//キャッシュが存在するか確認
var
fileName
=
contentID
+
"/res_"
+
resourceId
+
".dat"
;
CONTENTVIEW_FILESYSTEM
.
fs
.
root
.
getFile
(
'/abook/'
+
fileName
,
{
create
:
false
},
function
(
fileEntry
){
fileEntry
.
file
(
function
(
file
){
var
url
=
window
.
URL
||
window
.
webkitURL
;
var
resSrc
=
url
.
createObjectURL
(
file
);
console
.
log
(
"read cache: createObjectURL "
+
resSrc
);
displayOverlayForSpecifyContentType
(
resSrc
);
}
);
},
function
(
err
){
// 失敗時のコールバック関数
console
.
log
(
"NotRead FileSystem"
);
//キャッシュ化
var
xhr
=
new
XMLHttpRequest
();
xhr
.
onreadystatechange
=
function
(){
if
(
this
.
readyState
==
4
&&
this
.
status
==
200
){
CONTENTVIEW_FILESYSTEM
.
isXhrBusy
=
false
;
$
(
'#divImageLoading'
).
css
(
'display'
,
'none'
);
//this.response is what you're looking for
console
.
log
(
this
.
response
,
typeof
this
.
response
);
CONTENTVIEW_FILESYSTEM
.
fs
.
root
.
getFile
(
'/abook/'
+
fileName
,
{
create
:
true
},
function
(
fileEntry
){
fileEntry
.
createWriter
(
function
(
fileWriter
)
{
fileWriter
.
onwriteend
=
function
(
e
)
{
console
.
log
(
'RES書き込み完了'
);
};
fileWriter
.
onerror
=
function
(
e
)
{
console
.
log
(
'RES書き込みエラー: '
+
e
.
toString
());
};
var
blobData
=
new
Blob
([
xhr
.
response
],
{
type
:
"application/octet-stream"
});
fileWriter
.
write
(
blobData
);
}
);
},
CONTENTVIEW_FILESYSTEM
.
errorHandler
);
}
else
{
if
(
this
.
readyState
==
2
){
console
.
log
(
"onreadystatechange:"
+
this
.
readyState
+
" "
+
this
.
status
);
CONTENTVIEW_FILESYSTEM
.
isXhrBusy
=
true
;
$
(
'#divImageLoading'
).
css
(
'z-index'
,
'99999'
);
$
(
'#divImageLoading'
).
css
(
'display'
,
'block'
);
}
//console.log("onreadystatechange:" + this.readyState + " " + this.status);
}
};
var
resourceUrl
=
downloadResourceById
(
contentID
);
if
(
!
CONTENTVIEW_FILESYSTEM
.
isXhrBusy
){
xhr
.
open
(
'GET'
,
resourceUrl
);
xhr
.
responseType
=
'blob'
;
xhr
.
send
();
}
else
{
console
.
log
(
"xhr is busy."
);
}
//タグは書き出し
displayOverlayForSpecifyContentType
(
resourceUrl
);
}
);
}
}
else
{
//Display overlay dialog for specify content type
displayOverlayForSpecifyContentType
(
null
);
}
//Resize window
//Resize window
$
(
window
).
resize
(
function
()
{
$
(
window
).
resize
(
function
()
{
//Check if content is zooming
//Check if content is zooming
if
(
isZoomingContent
){
if
(
isZoomingContent
){
//var $container = $("#dialog");
//var $container = $("#dialog");
// var w = window.innerWidth;
// var w = window.innerWidth;
//var h = window.innerHeight;
//var h = window.innerHeight;
//$container.css('height', h);
//$container.css('height', h);
//$container.css('width', w);
//$container.css('width', w);
}
}
});
});
handleSliderBar
();
handleSliderBar
();
...
@@ -628,6 +717,7 @@ function initPageMediaAndHtmlType(){
...
@@ -628,6 +717,7 @@ function initPageMediaAndHtmlType(){
}
}
disable
(
'#txtSearch'
,
'#txtSlider'
);
disable
(
'#txtSearch'
,
'#txtSlider'
);
};
};
//Start: Function: No.4 - Editor : Long - Date : 08/09/2013 - Summary : Create next and previous canvas
//Start: Function: No.4 - Editor : Long - Date : 08/09/2013 - Summary : Create next and previous canvas
...
...
abvw/js/home.js
View file @
0fc70047
...
@@ -48,9 +48,7 @@ var isShowBookShelf = null;
...
@@ -48,9 +48,7 @@ var isShowBookShelf = null;
var
showNextRecordClickNumber
=
1
;
var
showNextRecordClickNumber
=
1
;
$
(
document
).
ready
(
function
()
{
$
(
document
).
ready
(
function
()
{
HOME
.
ready
();
HOME
.
ready
();
});
});
...
@@ -58,7 +56,7 @@ $(document).ready(function () {
...
@@ -58,7 +56,7 @@ $(document).ready(function () {
//$(document).ready(function () {
//$(document).ready(function () {
HOME
.
ready
=
function
(){
HOME
.
ready
=
function
(){
console
.
log
(
"HOME.ready!"
);
//
console.log("HOME.ready!");
if
(
!
avwCheckLogin
(
ScreenIds
.
Login
))
{
if
(
!
avwCheckLogin
(
ScreenIds
.
Login
))
{
return
;
return
;
...
@@ -2290,9 +2288,6 @@ function checkUserHasReadContent(contId, resourceVer, metaVer) {
...
@@ -2290,9 +2288,6 @@ function checkUserHasReadContent(contId, resourceVer, metaVer) {
var
resizeImg
=
resizeResourceThumbnail
(
imgThumb
,
c
.
width
,
c
.
height
);
var
resizeImg
=
resizeResourceThumbnail
(
imgThumb
,
c
.
width
,
c
.
height
);
ctx
.
drawImage
(
imgThumb
,
(
c
.
width
/
2
)
-
(
resizeImg
[
0
]
/
2
)
+
4
,
c
.
height
-
resizeImg
[
1
]
+
4
,
resizeImg
[
0
],
resizeImg
[
1
]);
ctx
.
drawImage
(
imgThumb
,
(
c
.
width
/
2
)
-
(
resizeImg
[
0
]
/
2
)
+
4
,
c
.
height
-
resizeImg
[
1
]
+
4
,
resizeImg
[
0
],
resizeImg
[
1
]);
imgIconNew
.
onload
=
function
()
{
imgIconNew
.
onload
=
function
()
{
console
.
log
(
"imgIconNew.onload..1"
);
ctx
.
drawImage
(
imgIconNew
,
c
.
width
/
2
-
resizeImg
[
0
]
/
2
,
c
.
height
-
resizeImg
[
1
]);
ctx
.
drawImage
(
imgIconNew
,
c
.
width
/
2
-
resizeImg
[
0
]
/
2
,
c
.
height
-
resizeImg
[
1
]);
$
(
"#loadingIcon"
+
contId
).
fadeOut
(
'slow'
,
function
()
{
$
(
"#loadingIcon"
+
contId
).
fadeOut
(
'slow'
,
function
()
{
$
(
'#content-thumbnail'
+
contId
).
fadeIn
(
'slow'
);
$
(
'#content-thumbnail'
+
contId
).
fadeIn
(
'slow'
);
...
...
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