X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=js%2Fpz2.js;h=ab45cc0a39ae9d9bf80bd50793812c91ab54ee94;hb=5ca0d0c4acf84f6072146c4c1dc9012e36c654c8;hp=fb6264c2b64e0bfb3c22b4645a0be2f6cd7c7a61;hpb=d77e1a75fca34d06453f4585e211c9a139adcd52;p=pazpar2-moved-to-github.git diff --git a/js/pz2.js b/js/pz2.js index fb6264c..ab45cc0 100644 --- a/js/pz2.js +++ b/js/pz2.js @@ -319,7 +319,8 @@ pz2.prototype = .childNodes[0].nodeValue == "OK" ) { context.searchStatusOK = true; //piggyback search - context.show(start, num, sort); + if (context.showCallback) + context.show(start, num, sort); if (context.statCallback) context.stat(); if (context.termlistCallback)