Move wrapTables() to just after wrapFrames()

This commit is contained in:
Nate Weaver 2019-12-28 01:26:02 -06:00
parent cbbb46a776
commit bb0fffcec2

View File

@ -50,9 +50,8 @@ function render(data, scrollY) {
window.scrollTo(0, scrollY);
wrapFrames()
wrapTables()
stripStyles()
convertImgSrc()
wrapTables()
postRenderProcessing()
}