From dde9402143d6eccf1a87853bd2123f171a5f30f9 Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 29 Aug 2017 16:38:24 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index d46cb952..ad5eafdb 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -185,6 +185,9 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { url: this.url, method: 'GET', success : function(resp, opts) { + + Roo.log('resp:'); + Roo.log(resp); _t.response = resp; _t.doc = resp.responseXML; -- 2.39.2