From 211adf69ca55a75226eed7d63b5402565bb63d27 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 18 Jun 2015 18:16:29 +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 2a608ad2..218ce72e 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1396,7 +1396,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { Roo.log(typeof(g.styles[0].firstElementChild.attributes[12].value)); } if( - typeof(g.styles[0].firstElementChild.getAttribute('Format')) != 'undefined' && + g.styles[0].firstElementChild.getAttribute('Format') == "D\-MMM\-YYYY;@" ){ Roo.log(value); -- 2.39.2