mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Move wrapTables() to just after wrapFrames()
This commit is contained in:
@@ -50,9 +50,8 @@ function render(data, scrollY) {
|
||||
window.scrollTo(0, scrollY);
|
||||
|
||||
wrapFrames()
|
||||
wrapTables()
|
||||
stripStyles()
|
||||
convertImgSrc()
|
||||
wrapTables()
|
||||
|
||||
postRenderProcessing()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user