Pman.Gnumeric.js
authorEdward <edward@roojs.com>
Mon, 15 Apr 2019 04:47:41 +0000 (12:47 +0800)
committerEdward <edward@roojs.com>
Mon, 15 Apr 2019 04:47:41 +0000 (12:47 +0800)
Pman.Gnumeric.js

index 170d27c..131904b 100644 (file)
@@ -1374,7 +1374,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         var godoc = this.doc.getElementsByTagNameNS('*','GODoc')[0];
         
         if(godoc && godoc.parentNode) {
         var godoc = this.doc.getElementsByTagNameNS('*','GODoc')[0];
         
         if(godoc && godoc.parentNode) {
-            
+            godoc.parentNode.removeChild(godoc);
         }
         
         return true;
         }
         
         return true;