Commit e64e6977 by Motohisa Nakano

Merge branch 'hotfix/sbb/8375' into sbb

parents 4b94b12e 055f97d4
......@@ -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