photos view: fix js error - forgot to delete this testing stuff

This commit is contained in:
rabuzarus 2016-05-13 01:34:56 +02:00
parent 6944d67dbc
commit 255405c8f3
1 changed files with 0 additions and 4 deletions

View File

@ -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']);