--- a/web/res/js/live-polemic.js Wed Mar 20 16:21:32 2013 +0100
+++ b/web/res/js/live-polemic.js Wed Mar 20 16:32:45 2013 +0100
@@ -102,7 +102,7 @@
'être', 'eux', 'faire', 'fait', 'http', 'ici', 'ils', 'les', 'leur', 'leurs', 'mais', 'mes', 'même', 'mon', 'notre',
'non', 'nos', 'nous', 'ont', 'par', 'pas', 'peu', 'peut', 'plus', 'pour', 'que', 'qui', 'ses' ,'son', 'sont', 'sur',
'tes', 'très', 'the', 'ton', 'tous', 'tout', 'une', 'votre', 'vos', 'vous'
- ],
+ ]
}
function getTweets(options) {
@@ -218,7 +218,7 @@
"text" : _m,
"start" : _start,
"end" : _lastpos,
- "link" :'<a href="http://twitter.com/' + _m.substr(1) + '" onclick="filtrerTexte(\'' + _m + '\'); return false;" target="_blank">',
+ "link" :'<a href="http://twitter.com/' + _m.substr(1) + '" onclick="filtrerTexte(\'' + _m + '\'); return false;" target="_blank">'
});
}
}
@@ -235,7 +235,7 @@
"text" : _h,
"start" : _start,
"end" : _lastpos,
- "link" :'<a href="http://twitter.com/search?q=' + encodeURIComponent(_h) + '" onclick="filtrerTexte(\'' + _.escape(_h) + '\'); return false;" target="_blank">',
+ "link" :'<a href="http://twitter.com/search?q=' + encodeURIComponent(_h) + '" onclick="filtrerTexte(\'' + _.escape(_h) + '\'); return false;" target="_blank">'
});
}
}
@@ -251,7 +251,7 @@
"text" : _m,
"start" : _start,
"end" : _lastpos,
- "link" :'<a href="' + _m + '" target="_blank">',
+ "link" :'<a href="' + _m + '" target="_blank">'
});
}
}
@@ -799,7 +799,7 @@
return {
"word": k,
"freq" : v.freq,
- "annotations" : v.annotations,
+ "annotations" : v.annotations
};
}).filter(function(v) {
return v.freq > 1;