From ec9fe845cd4329f6400e8ddfcb4acae83672b5cc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 27 May 2010 15:43:01 +0800 Subject: [PATCH] builder.html.js --- builder.html.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builder.html.js b/builder.html.js index d9cbc9dbd..3f7242c75 100644 --- a/builder.html.js +++ b/builder.html.js @@ -189,9 +189,9 @@ Builder = { // stupid IE can not return objects evaluated.. eval('_tmp =(' + cfg[p] + ')'); cfg[p.substr(1)] = _tmp; - //if (typeof(_tmp) == 'undefined') { - // alert(cfg[p]); - // } + if (typeof(_tmp) == 'undefined') { + alert(cfg[p]); + } } catch(e) { console.log('Error evaluating: ' + cfg[p] + "\r\n" + JSON.stringify(e)); -- 2.39.2