Show More
@@ -295,9 +295,11 b' function showNewPostsTitle(newPostCount)' | |||||
295 | } |
|
295 | } | |
296 | unreadPosts = unreadPosts + newPostCount; |
|
296 | unreadPosts = unreadPosts + newPostCount; | |
297 |
|
297 | |||
298 |
var newTitle = |
|
298 | var newTitle = null; | |
299 | if (unreadPosts > 0) { |
|
299 | if (unreadPosts > 0) { | |
300 |
newTitle |
|
300 | newTitle = '[' + unreadPosts + '] '; | |
|
301 | } else { | |||
|
302 | newTitle = '* '; | |||
301 | } |
|
303 | } | |
302 | newTitle += documentOriginalTitle; |
|
304 | newTitle += documentOriginalTitle; | |
303 |
|
305 |
General Comments 0
You need to be logged in to leave comments.
Login now