Commit 3c3f3f48 by Kim Eunchul

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

parent 7db9397f
...@@ -43,6 +43,7 @@ CONTENTVIEW_GETDATA.getPageObjectsByPageIndex = function(contentData, nIndexPage ...@@ -43,6 +43,7 @@ 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++) {
/*get object page*/ /*get object page*/
if (currentPageObjects[nIndex].mediaType == 1) {/*media type = 1 */ if (currentPageObjects[nIndex].mediaType == 1) {/*media type = 1 */
......
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