--- no_pager/no_pager.js 2006/08/16 00:29:08 9 +++ no_pager/no_pager.js 2006/08/16 01:02:00 10 @@ -40,8 +40,8 @@ var index_el = getElement("history_index"); var indexVal = parseInt(index_el.value); -// minimum response length? - if (response.length < 300){ + // minimum response length? + if (response.length < 500){ showElement("footer") if( indexVal > 0 ){ @@ -50,10 +50,11 @@ ); }else{ var out = H2({'style':'text-align:center; font-style:italic; padding: 2em;'}, - "No posts matched your search." + "No results matched your search." ); } replaceChildNodes( "more_history", out ) + getElement("status").innerHTML = ''; return; }