Pman.Gnumeric.js
[Pman.Core] / Pman.Gnumeric.js
index 9060fbd..170d27c 100644 (file)
@@ -1371,9 +1371,11 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         this.grid[startRow][startCol].width = width;
         this.grid[startRow][startCol].height = height;
         
-        var godoc = this.doc.getElementsByTagNameNS('*','GODoctest')[0];
+        var godoc = this.doc.getElementsByTagNameNS('*','GODoc')[0];
         
-        console.log(godoc);
+        if(godoc && godoc.parentNode) {
+            
+        }
         
         return true;
     },