Commit 055f97d4 by Motohisa Nakano

hotfix of #8375

parent e718a8f4
......@@ -248,7 +248,6 @@ function getPageObjectsByPageIndex(contentData, nIndexPage) {
if ( pageObject != null ) {
pageObjects.push(pageObject);
}
pageObjects.push(pageObject);
} else if (currentPageObjects[nIndex].mediaType == 2) { /*mediaType = 2 */
var pageObject = getMediaType2(currentPageObjects[nIndex]);
/*add object to page */
......
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