diff -r eb7c2cff1816 -r c8db83b70def web/sweet-tweet/script.js --- a/web/sweet-tweet/script.js Fri Dec 16 15:57:23 2011 +0100 +++ b/web/sweet-tweet/script.js Fri Dec 16 17:22:32 2011 +0100 @@ -1,10 +1,9 @@ -var THRESHOLD = 12, +var THRESHOLD = 13, DROPCOUNT = 12; var swTw = { "keyword" : "#enmi", "columns_words" : [ - "politique", "confiance", "croyance", "crédit", @@ -15,7 +14,8 @@ "démocratie", "expertise", "catastrophe", - "transparence" + "transparence", + "politique", ], "tweets" : [], "tweetsIndex" : [], @@ -162,9 +162,9 @@ function retrieveTweets() { var options = { - "keyword" : swTw.columns_words.join(" OR "), - "lang" : "fr", -// "keyword" : "#enmi", +// "keyword" : swTw.columns_words.join(" OR "), +// "lang" : "fr", + "keyword" : "#enmi", "pages" : 1, "rpp" : 100, "cbEnd" : function() {