/[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 472 by dpavlin, Fri Sep 24 20:31:11 2004 UTC revision 473 by dpavlin, Sun Sep 26 17:57:04 2004 UTC
# Line 124  function printResults(result) Line 124  function printResults(result)
124      e = document.createElement("a");      e = document.createElement("a");
125      e.setAttribute("href","thes/"+result[i].link+".html"+location.search);      e.setAttribute("href","thes/"+result[i].link+".html"+location.search);
126      e.setAttribute("target","popup");      e.setAttribute("target","popup");
127      e.onclick = function() { return popup(e) };      //e.onclick = function() { return popup(); };
128        e.onclick = popup;
129      e.appendChild(document.createTextNode("\u00bb"));      e.appendChild(document.createTextNode("\u00bb"));
130      d.appendChild(e);      d.appendChild(e);
131  /*  /*

Legend:
Removed from v.472  
changed lines
  Added in v.473

  ViewVC Help
Powered by ViewVC 1.1.26