This commit is contained in:
Baris Usakli
2013-09-23 13:43:15 -04:00
parent 043aafd7b7
commit 776b51fef7
6 changed files with 63 additions and 26 deletions

View File

@@ -275,7 +275,7 @@ var socket,
if (active) {
jQuery('#main-nav li a').each(function() {
var href = this.getAttribute('href');
if (active == "sort-posts" || active == "sort-reputation" || active == "search" || active== "latest")
if (active == "sort-posts" || active == "sort-reputation" || active == "search" || active == "latest" || active == "online")
active = 'users';
if (href && href.match(active)) {
jQuery(this.parentNode).addClass('active');