Commit e5f769a8 by Kim Eunchul

#40390 【TECSS(Biz) webviewer 1.9】コンテンツ間リンクで「その他コンテンツ」を設定したボタンが動作しない

parent cd89a729
...@@ -43,8 +43,8 @@ CONTENTVIEW_GETDATA.getPageObjectsByPageIndex = function(contentData, nIndexPage ...@@ -43,8 +43,8 @@ CONTENTVIEW_GETDATA.getPageObjectsByPageIndex = function(contentData, nIndexPage
} }
if (currentPageObjects != undefined) { if (currentPageObjects != undefined) {
//console.log('ミディアム'   + currentPageObjects[nIndex].mediaType);
for (var nIndex = 0; nIndex < currentPageObjects.length; nIndex++) { for (var nIndex = 0; nIndex < currentPageObjects.length; nIndex++) {
console.log('ミディアム'   + currentPageObjects[nIndex].mediaType + ' ミディアム ' + currentPageObjects[nIndex]);
/*get object page*/ /*get object page*/
if (currentPageObjects[nIndex].mediaType == 1) {/*media type = 1 */ if (currentPageObjects[nIndex].mediaType == 1) {/*media type = 1 */
var pageObject = CONTENTVIEW_GETDATA.getMediaType1(currentPageObjects[nIndex]); var pageObject = CONTENTVIEW_GETDATA.getMediaType1(currentPageObjects[nIndex]);
......
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