Skip to content

Commit d1dc8d3

Browse files
committed
Stupid bug.
1 parent d7b9cf4 commit d1dc8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en-US/js/twttr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function fetchLatest(clear) {
5050

5151
getWithAuth(statusUrl, function(istimeout){
5252
if ( xml && (xml.readyState == 4 || istimeout == "timeout") ) {
53-
setStatus("Updating");
53+
showStatus("Updating");
5454
data = jQuery.httpData(xml, "json");
5555
// We only care about the first ten entries
5656
data = data.slice(0,10).reverse()

0 commit comments

Comments
 (0)