Skip to content

Commit

Permalink
switched debug setting off again
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Ginader committed May 14, 2012
1 parent aba884e commit 8a893c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions express/app.js
Expand Up @@ -35,10 +35,10 @@ function getStrings(){
var languages = response.query.results.row;
for(var i=1;i<languages.length;i++){
var lang = languages[i];
//if(lang.active.toUpperCase() =='TRUE'){ // is there any way to get this as BOOL from gdocs?
if(lang.active.toUpperCase() =='TRUE'){ // is there any way to get this as BOOL from gdocs?
pageDB.languages[lang.languagecode] = lang;
pageDB.nav.push(lang);
//}
}
}
//console.log('languages added: ---------------------------');
//console.log(pageDB);
Expand Down

0 comments on commit 8a893c7

Please sign in to comment.