From 71febd405bc71efe0d96774c72fc179c40874698 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 18 Jun 2015 18:15:51 +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 13be0289..8088e593 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1397,7 +1397,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { } if( typeof(g.styles[0].firstElementChild.attributes[12].value) != 'undefined' && - g.styles[0].firstElementChild.attributes[12].value == "D\-MMM\-YYYY;@" + g.styles[0].firstElementChild.getAttribute('Format') == "D\-MMM\-YYYY;@" ){ Roo.log(value); value = 'test'; -- 2.39.2