aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/build_query.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-16 00:44:38 -0800
committerfriendica <info@friendica.com>2012-12-16 00:44:38 -0800
commit76b289504b440fb19a16e0c3deb8c787658506ab (patch)
treeffb7870fdf9b6dda1e80fbd48cab1b76434bc079 /view/tpl/build_query.tpl
parent37974e5288adc391b32d72f5b4d6e9d698ee1777 (diff)
downloadvolse-hubzilla-76b289504b440fb19a16e0c3deb8c787658506ab.tar.gz
volse-hubzilla-76b289504b440fb19a16e0c3deb8c787658506ab.tar.bz2
volse-hubzilla-76b289504b440fb19a16e0c3deb8c787658506ab.zip
add live page loading and and endless scroll to home (mod_channel)
Diffstat (limited to 'view/tpl/build_query.tpl')
-rw-r--r--view/tpl/build_query.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/build_query.tpl b/view/tpl/build_query.tpl
index 4a2b0f60d..2af664d3c 100644
--- a/view/tpl/build_query.tpl
+++ b/view/tpl/build_query.tpl
@@ -19,6 +19,7 @@
var bParam_search = "$search";
var bParam_order = "$order";
var bParam_file = "$file";
+ var bParam_cats = "$category";
var bParam_dend = "$dend";
var bParam_dbegin = "$dbegin";
@@ -38,6 +39,7 @@
if(bParam_wall != 0) bCmd = bCmd + "&wall=" + bParam_wall;
if(bParam_search != "") bCmd = bCmd + "&search=" + bParam_search;
if(bParam_file != "") bCmd = bCmd + "&file=" + bParam_file;
+ if(bParam_cats != "") bCmd = bCmd + "&cats=" + bParam_cats;
if(bParam_dend != "") bCmd = bCmd + "&dend=" + bParam_dend;
if(bParam_dbegin != "") bCmd = bCmd + "&dbegin=" + bParam_dbegin;
if(bParam_page != 1) bCmd = bCmd + "&page=" + bParam_page;