--- a/web/res/metadataplayer.polemic/src/js/polemic.js Tue Sep 06 18:44:28 2011 +0200
+++ b/web/res/metadataplayer.polemic/src/js/polemic.js Tue Sep 06 19:08:09 2011 +0200
@@ -298,6 +298,7 @@
console.log("t: "+tweetClient[i].total+" / sp :"+tweetClient[i].numberSp+" : "+tweetClient[i].client);
}
}
+ console.log(JSON.stringify(tweetClient));
}
function conversationalCount(tweet){
if(tweet.tsource.entities.user_mentions.length>2){
@@ -322,7 +323,7 @@
for(var i=0; i<tweets.length; i++) {
conversationalCount(tweets[i])
tweetClientCount(tweets[i]);
- tweetRetweetCount(tweets[i]);
+ //tweetRetweetCount(tweets[i]);
}
conversationalReport();
tweetClientReport();