Reduced lines displayed in demo
authorSebastian Hammer <quinn@indexdata.com>
Fri, 22 Dec 2006 04:34:06 +0000 (04:34 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Fri, 22 Dec 2006 04:34:06 +0000 (04:34 +0000)
www/test1/index.html

index 9360c46..1635922 100644 (file)
@@ -155,6 +155,7 @@ function check_search()
     var url = "search.pz2?" +
         "command=show" +
        "&start=" + startrec +
+       "&num=15" +
        "&session=" + session +
        "&block=1";
     xshow = GetXmlHttpObject();