Commit 2d817a35 by Kim Eunchul

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

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