--- a/web/res/js/live-polemic.js Wed Apr 10 18:13:54 2013 +0200
+++ b/web/res/js/live-polemic.js Wed Apr 10 18:38:21 2013 +0200
@@ -140,7 +140,7 @@
options.rpp || (options.rpp = 100);
options.currentPage = 0;
var baseurl = "search_tweets.php",
- firstparams = "?q=" + encodeURIComponent(options.keyword)+ "&rpp=" + options.rpp
+ firstparams = "?q=" + encodeURIComponent(options.keyword)+ "&count=" + options.rpp
+ (options.lang ? "&lang=" + options.lang : '' ),
lastparams = (options.since_id ? "&since_id=" + options.since_id : '' ),
jsonurl = baseurl + firstparams + lastparams;