Commit 8c278145 by Masaru Abe

暗号化エラー対応

parent f6096c20
...@@ -405,7 +405,7 @@ CONTENTVIEW_FILESYSTEM.createMovieCache = function(resourceUrl, fileName) { ...@@ -405,7 +405,7 @@ CONTENTVIEW_FILESYSTEM.createMovieCache = function(resourceUrl, fileName) {
CONTENTVIEW_FILESYSTEM.errorHandler CONTENTVIEW_FILESYSTEM.errorHandler
); );
} }
} else if( this.readyState == 2 ){ }else if(this.readyState == 2){
AVWEB.avwLog("onreadystatechange:" + this.readyState + " " + this.status); AVWEB.avwLog("onreadystatechange:" + this.readyState + " " + this.status);
downloadSize = xhr.getResponseHeader('Content-Length'); downloadSize = xhr.getResponseHeader('Content-Length');
...@@ -429,8 +429,6 @@ CONTENTVIEW_FILESYSTEM.createMovieCache = function(resourceUrl, fileName) { ...@@ -429,8 +429,6 @@ CONTENTVIEW_FILESYSTEM.createMovieCache = function(resourceUrl, fileName) {
$('#divCacheLoading').css('z-index', '99999'); $('#divCacheLoading').css('z-index', '99999');
$('#divCacheLoading').css('display', 'block'); $('#divCacheLoading').css('display', 'block');
} }
}
//AVWEB.avwLog("onreadystatechange:" + this.readyState + " " + this.status); //AVWEB.avwLog("onreadystatechange:" + this.readyState + " " + this.status);
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment