Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Commit

Permalink
undefined config value issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
SadiaRasheed committed Dec 8, 2015
1 parent a160f26 commit 6e83237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/MyApp/app/views/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"];
Expand Down

0 comments on commit 6e83237

Please sign in to comment.