]> git.mxchange.org Git - friendica.git/blobdiff - mod/contacts.php
Merge branch 'master' into newui
[friendica.git] / mod / contacts.php
index efb0dc75b2b22e51a105c7e0d73d77767f67e1d8..e4be93cd5c13d6b162f58e47a9c632a863f5c8e3 100644 (file)
@@ -124,7 +124,7 @@ function contacts_content(&$a) {
 
        $sort_type = 0;
        $o = '';
-       $o .= '<script> $(document).ready(function() { $(\'#nav-contacts-link\').addClass(\'nav-selected\'); });</script>';
+       nav_set_selected('contacts');
 
        $_SESSION['return_url'] = $a->get_baseurl() . '/' . $a->cmd;