mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-04 19:14:14 +00:00
prevent new posts indication in timeline from propagating to modal.
This commit is contained in:
parent
4bc27ced72
commit
028f809de2
@ -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…
x
Reference in New Issue
Block a user