lsc 4 dias atrás
pai
commit
e9b7d4931d
1 arquivos alterados com 8 adições e 2 exclusões
  1. 8 2
      index.html

+ 8 - 2
index.html

@@ -82,12 +82,18 @@
     try{
     try{
       if(window.parent.U){
       if(window.parent.U){
         topU = window.parent
         topU = window.parent
-      }
+      }else if(window.parent.parent.U){
+        topU =  window.parent.parent
+      }else if(window.top.U){
+        topU = window.top
+      } 
     }catch(e){
     }catch(e){
       try {
       try {
         if(window.parent.parent.U){
         if(window.parent.parent.U){
           topU =  window.parent.parent
           topU =  window.parent.parent
-        }
+        }else if(window.top.U){
+          topU = window.top
+        } 
       } catch (error) {
       } catch (error) {
         if(window.top.U){
         if(window.top.U){
           topU = window.top
           topU = window.top