/[webpac]/trunk2/out/js/usage.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 /trunk2/out/js/usage.js

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

revision 460 by dpavlin, Wed Sep 15 21:15:50 2004 UTC revision 461 by dpavlin, Wed Sep 22 18:00:21 2004 UTC
# Line 92  function printResults(result) Line 92  function printResults(result)
92    if(result.length < 1)    if(result.length < 1)
93    {    {
94      header = (d.getElementsByTagName("h2"))[0].firstChild;      header = (d.getElementsByTagName("h2"))[0].firstChild;
95      header.replaceData(0, 14, "Nothing Found ");      try {
96          header.replaceData(0, 14, "Nothing Found ");
97        } catch(e) {}
98    
99      if(search_err != "")      if(search_err != "")
100      {      {
# Line 130  function printResults(result) Line 132  function printResults(result)
132    // Change header    // Change header
133    header = (d.getElementsByTagName("h2"))[0].firstChild;    header = (d.getElementsByTagName("h2"))[0].firstChild;
134    
135    header.replaceData(0, 14, "Search Results");    try {
136        header.replaceData(0, 14, "Search Results");
137      } catch(e) {}
138    
139  }  }

Legend:
Removed from v.460  
changed lines
  Added in v.461

  ViewVC Help
Powered by ViewVC 1.1.26