mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
photos view: fix js error - forgot to delete this testing stuff
This commit is contained in:
parent
6944d67dbc
commit
255405c8f3
1 changed files with 0 additions and 4 deletions
|
@ -1079,10 +1079,6 @@ function photos_content(&$a) {
|
|||
|
||||
$o = "";
|
||||
|
||||
// js variables for liveUpdate function in main.js
|
||||
$o .= "<script> var profile_uid = " . $a->profile_uid
|
||||
. "; var netargs = '?f='; var profile_page = " . $a->pager['page'] . "; </script>\r\n";
|
||||
|
||||
// tabs
|
||||
$is_owner = (local_user() && (local_user() == $owner_uid));
|
||||
$o .= profile_tabs($a,$is_owner, $a->data['user']['nickname']);
|
||||
|
|
Loading…
Reference in a new issue