diff options
author | friendica <info@friendica.com> | 2013-05-09 18:08:00 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-09 18:08:00 -0700 |
commit | 112dbf3abd543152ad4ed3f444331ac88c1f4c46 (patch) | |
tree | bafcc41537c25afca1ba94564ade219b06203595 /js/main.js | |
parent | 735140e8d9f86c5ee0cbc29b50129e1abb73a647 (diff) | |
download | volse-hubzilla-112dbf3abd543152ad4ed3f444331ac88c1f4c46.tar.gz volse-hubzilla-112dbf3abd543152ad4ed3f444331ac88c1f4c46.tar.bz2 volse-hubzilla-112dbf3abd543152ad4ed3f444331ac88c1f4c46.zip |
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.
Diffstat (limited to 'js/main.js')
-rw-r--r-- | js/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/main.js b/js/main.js index c330b3c69..0fbc4b517 100644 --- a/js/main.js +++ b/js/main.js @@ -270,6 +270,7 @@ if($('#live-channel').length) { src = 'channel'; liveUpdate(); } if($('#live-community').length) { src = 'community'; liveUpdate(); } if($('#live-display').length) { src = 'display'; liveUpdate(); } + if($('#live-search').length) { src = 'search'; liveUpdate(); } if($('#live-photos').length) { if(liking) { |