From 6e832379461c12b1c9f5167e9cd39e9c333f783a Mon Sep 17 00:00:00 2001 From: Sadia Rasheed Date: Tue, 8 Dec 2015 14:39:52 +0500 Subject: [PATCH] undefined config value issue resolved --- app/MyApp/app/views/Dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MyApp/app/views/Dashboard.js b/app/MyApp/app/views/Dashboard.js index e5d65f742..8f039dba6 100644 --- a/app/MyApp/app/views/Dashboard.js +++ b/app/MyApp/app/views/Dashboard.js @@ -144,7 +144,7 @@ $(function() { } else { config = that.updateConfigsOfCommunity(1) } - console.log("value of countDoubleupdate inside update version : " + config.countDoubleUpdate); + //console.log("value of countDoubleupdate inside update version : " + config.countDoubleUpdate); var nationInfo = that.getNationInfo(); var nationName = nationInfo["nationName"]; var nationURL = nationInfo["nationURL"];