nieyuge %!s(int64=3) %!d(string=hai) anos
pai
achega
373235141a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/logic/content/ParseCard.js

+ 1 - 1
src/logic/content/ParseCard.js

@@ -316,7 +316,7 @@ class ParseCard {
             dom.style = 'min-height:500px'
         if (dom) {
             for (let i = 0; i < dom.childNodes.length; i++) {
-                if (dom.children[i].tagName.toLowerCase() != 'iframe') {
+                if (dom.children[i].tagName.toLowerCase() != 'iframe' && (i !== 0)) {
                     dom.children[i].style.display = 'none'
                 }
             }