diff options
author | friendica <info@friendica.com> | 2013-08-31 04:19:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-31 04:19:26 -0700 |
commit | d43a7659854c4bb6052c05a932b257883ea72748 (patch) | |
tree | ab0917c4cd717efd38ee043ddc18ff50c6fdaa6e /doc/html/navtree.js | |
parent | 74582630177b104f35113cee77d2c7ac5f74f412 (diff) | |
download | volse-hubzilla-d43a7659854c4bb6052c05a932b257883ea72748.tar.gz volse-hubzilla-d43a7659854c4bb6052c05a932b257883ea72748.tar.bz2 volse-hubzilla-d43a7659854c4bb6052c05a932b257883ea72748.zip |
more debugging on localize_item top find out why likes are not translated in notifications, but are in displayed posts (using 'new' on matrix page) - in one case we're successfully pulling stuff from item['object'] and in the other we aren't - and it's the same object.
Diffstat (limited to 'doc/html/navtree.js')
-rw-r--r-- | doc/html/navtree.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/navtree.js b/doc/html/navtree.js index 697310d81..d2fb0acef 100644 --- a/doc/html/navtree.js +++ b/doc/html/navtree.js @@ -36,13 +36,13 @@ var NAVTREE = var NAVTREEINDEX = [ "BaseObject_8php.html", -"boot_8php.html#aa3679df31c8dad1b71816b0322d5baff", -"classItem.html#a5d29ddecc073151a65a8e2ea2f6e4189", -"deliver_8php.html#a397afcb9afecf0c1816b0951189dd346", -"include_2api_8php.html#a6951c690d87775eb37e569c66011988e", -"mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117", -"register_8php.html", -"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776" +"boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42", +"classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf", +"db__update_8php.html", +"include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5", +"magic_8php.html", +"redstrap_2php_2style_8php.html#a232513bf4339fe34908c4c63cb93168b", +"updatetpl_8py.html#ab42dd79af65ee82201fd6f04715f62f6" ]; var SYNCONMSG = 'click to disable panel synchronisation'; |