mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
remove javascript to set selectect nav item. enanche img template prefetch ignoring
This commit is contained in:
parent
bdf42473a0
commit
07b6c868b3
16 changed files with 58 additions and 29 deletions
|
@ -69,8 +69,9 @@ function profile_content(&$a, $update = 0) {
|
|||
$a->profile['profile_uid'] = $update;
|
||||
}
|
||||
else {
|
||||
if($a->profile['profile_uid'] == local_user())
|
||||
$o .= set_nav_selected('nav-home-link');
|
||||
if($a->profile['profile_uid'] == local_user()) {
|
||||
nav_set_selected('home');
|
||||
}
|
||||
}
|
||||
|
||||
$contact = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue