From 406f38c9bccb933df4910cb7cc7162b0357ed623 Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 5 Sep 2017 18:35:47 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index dcd7fa65..d46cb952 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -699,7 +699,6 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { { data = data || this.data; - for (var r = 0; r < this.rmax;r++) { if (typeof(this.grid[r]) == 'undefined') { continue; @@ -712,7 +711,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { || !this.grid[r][c].value.match(/\{/)) { continue; } - Roo.log(this.grid[r][c].value); + var x = new Roo.Template({ html: this.grid[r][c].value }); try { var res = x.applyTemplate(data); -- 2.39.2