/[webpac]/trunk2/out/thesaurus.html
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/thesaurus.html

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

revision 468 by dpavlin, Fri Sep 24 17:06:07 2004 UTC revision 469 by dpavlin, Fri Sep 24 18:04:48 2004 UTC
# Line 16  function myfilter() { Line 16  function myfilter() {
16                  var r = element_id('results');                  var r = element_id('results');
17                  if (r) {                  if (r) {
18                          var e = self.document.createElement("a");                          var e = self.document.createElement("a");
19                          e.setAttribute("href","browse.html?o="+arr[1]);                          e.setAttribute("href","browse.html?o="+arr[1]+"#mfn"+arr[1]);
20                          e.appendChild(self.document.createTextNode(arr[0]));                          e.appendChild(self.document.createTextNode(arr[0]));
21                          r.appendChild(e);                          r.appendChild(e);
22    

Legend:
Removed from v.468  
changed lines
  Added in v.469

  ViewVC Help
Powered by ViewVC 1.1.26