From 9580b06d87a2dc441b236210979ef510edf05418 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Fri, 22 Dec 2006 04:34:06 +0000 Subject: [PATCH] Reduced lines displayed in demo --- www/test1/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/www/test1/index.html b/www/test1/index.html index 9360c46..1635922 100644 --- a/www/test1/index.html +++ b/www/test1/index.html @@ -155,6 +155,7 @@ function check_search() var url = "search.pz2?" + "command=show" + "&start=" + startrec + + "&num=15" + "&session=" + session + "&block=1"; xshow = GetXmlHttpObject(); -- 1.7.10.4