We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b9cf4 commit d1dc8d3Copy full SHA for d1dc8d3
en-US/js/twttr.js
@@ -50,7 +50,7 @@ function fetchLatest(clear) {
50
51
getWithAuth(statusUrl, function(istimeout){
52
if ( xml && (xml.readyState == 4 || istimeout == "timeout") ) {
53
- setStatus("Updating");
+ showStatus("Updating");
54
data = jQuery.httpData(xml, "json");
55
// We only care about the first ten entries
56
data = data.slice(0,10).reverse()
0 commit comments