Commit a4c63f02 by Masaru Abe

JS暗号化対応

parent 69fb9ed6
...@@ -1478,7 +1478,7 @@ var videoType2 = function (mediaType, actionType, id, imageUrl, x, y, w, h, visi ...@@ -1478,7 +1478,7 @@ var videoType2 = function (mediaType, actionType, id, imageUrl, x, y, w, h, visi
} }
//console.log("onreadystatechange:" + this.readyState + " " + this.status); //console.log("onreadystatechange:" + this.readyState + " " + this.status);
} }
} };
if( !CONTENTVIEW_FILESYSTEM.isXhrBusy ){ if( !CONTENTVIEW_FILESYSTEM.isXhrBusy ){
xhr.open('GET', mediaFile); xhr.open('GET', mediaFile);
...@@ -1663,7 +1663,7 @@ var videoType1 = function (mediaType, actionType, id, imageUrl, x, y, w, h, visi ...@@ -1663,7 +1663,7 @@ var videoType1 = function (mediaType, actionType, id, imageUrl, x, y, w, h, visi
$('#divImageLoading').css('display', 'block'); $('#divImageLoading').css('display', 'block');
} }
} }
} };
if( !CONTENTVIEW_FILESYSTEM.isXhrBusy ){ if( !CONTENTVIEW_FILESYSTEM.isXhrBusy ){
xhr.open('GET', mediaFile); xhr.open('GET', mediaFile);
......
...@@ -331,7 +331,7 @@ CONTENTVIEW_FILESYSTEM.showVideoObjectCache = function(x, y, width, height, src, ...@@ -331,7 +331,7 @@ CONTENTVIEW_FILESYSTEM.showVideoObjectCache = function(x, y, width, height, src,
CONTENTVIEW_FILESYSTEM.isXhrBusy = true; CONTENTVIEW_FILESYSTEM.isXhrBusy = true;
} }
} }
} };
if( !CONTENTVIEW_FILESYSTEM.isXhrBusy ){ if( !CONTENTVIEW_FILESYSTEM.isXhrBusy ){
xhr.open('GET', src); xhr.open('GET', src);
......
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