aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/build_query.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-29 07:43:40 +0100
committerMario Vavti <mario@mariovavti.com>2018-10-29 07:43:40 +0100
commite1df69dfcb09d28635db995a147329453be6c4bf (patch)
tree8da7b9fdad15ae4ba3783e453533f47c5bb5e241 /view/tpl/build_query.tpl
parent3de055bf65582e68e1d48658dde256d6031ab436 (diff)
parent3d9b1fd343b57573a29bf7e65d0055eb1d92398d (diff)
downloadvolse-hubzilla-e1df69dfcb09d28635db995a147329453be6c4bf.tar.gz
volse-hubzilla-e1df69dfcb09d28635db995a147329453be6c4bf.tar.bz2
volse-hubzilla-e1df69dfcb09d28635db995a147329453be6c4bf.zip
Merge branch 'dev'
Diffstat (limited to 'view/tpl/build_query.tpl')
-rwxr-xr-xview/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 2c55a8140..fcb22b605 100755
--- a/view/tpl/build_query.tpl
+++ b/view/tpl/build_query.tpl
@@ -31,6 +31,7 @@
var bParam_verb = "{{$verb}}";
var bParam_net = "{{$net}}";
var bParam_pf = "{{$pf}}";
+ var bParam_unseen = "{{$unseen}}";
function buildCmd() {
var udargs = ((page_load) ? "/load" : "");
@@ -62,6 +63,7 @@
if(bParam_net != "") bCmd = bCmd + "&net=" + bParam_net;
if(bParam_page != 1) bCmd = bCmd + "&page=" + bParam_page;
if(bParam_pf != 0) bCmd = bCmd + "&pf=" + bParam_pf;
+ if(bParam_unseen != 0) bCmd = bCmd + "&unseen=" + bParam_unseen;
return(bCmd);
}