/[webpac2]/Webpacus/root/js/search.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Webpacus/root/js/search.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 426 by dpavlin, Mon Feb 20 17:12:36 2006 UTC revision 427 by dpavlin, Sun Apr 9 23:58:11 2006 UTC
# Line 395  function update_results_stat( page_nr ) Line 395  function update_results_stat( page_nr )
395                          if (u_el) {                          if (u_el) {
396                                  Logger.debug("node "+node_stat[0]+" has "+node_stat[1]+" results");                                  Logger.debug("node "+node_stat[0]+" has "+node_stat[1]+" results");
397                                  u_el.innerHTML = node_stat[1] + '/';                                  u_el.innerHTML = node_stat[1] + '/';
398                                    if (node_stat[1] == 0)
399                                            Element.hide( 'node_'+node_stat[0] );
400                                    else
401                                            Element.show( 'node_'+node_stat[0] );
402                          } else {                          } else {
403                                  Logger.error("can't find " + result_name);                                  Logger.error("can't find " + result_name);
404                          }                          }

Legend:
Removed from v.426  
changed lines
  Added in v.427

  ViewVC Help
Powered by ViewVC 1.1.26