From 485f4bd436958e67cb497e61ecf8a7f4f0f7b86d Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 15 Apr 2019 12:31:08 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 9060fbd7..46362a95 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1371,9 +1371,13 @@ 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.parentNode); - console.log(godoc); + if(godoc) { + + } return true; }, -- 2.39.2