web/sweet-tweet/script.js
changeset 421 c8db83b70def
parent 420 eb7c2cff1816
child 422 bd1946132dd3
--- 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() {