Browse Source

prevent new posts indication in timeline from propagating to modal.

master
Miguel Freitas 11 years ago
parent
commit
028f809de2
  1. 2
      js/mobile_abstract.js

2
js/mobile_abstract.js

@ -94,7 +94,7 @@ var MAL = function() @@ -94,7 +94,7 @@ var MAL = function()
newTweetsBar.text("Refresh");
}
} else {
var newTweetsBar = $(".postboard-news");
var newTweetsBar = $(".wrapper").find(".postboard-news");
if( newPosts ) {
document.title = "(" + String(newPosts) + ") twister";
newTweetsBar.text(String(newPosts) + " new posts");

Loading…
Cancel
Save