From 824712491c1ed17fa61a78d48def882d1bb5aa10 Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 5 Sep 2017 18:30:45 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index be30c5ef..61486cf8 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -714,7 +714,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