get search page working with live-update and endless scroll, still not perfect - there may be duplicated content and possibly unauthorised content and 'timeago' not working correctly - will deal with those later, but at least you can see results.

This commit is contained in:
friendica
2013-05-09 18:08:00 -07:00
parent 735140e8d9
commit 112dbf3abd
7 changed files with 107 additions and 33 deletions

View File

@@ -512,9 +512,6 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional') {
// - just loop through the items and format them minimally for display
//$tpl = get_markup_template('search_item.tpl');
$tpl = 'search_item.tpl';