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

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

revision 484 by dpavlin, Sun Sep 26 21:59:11 2004 UTC revision 485 by dpavlin, Sun Sep 26 22:19:55 2004 UTC
# Line 2  function popup(link) { Line 2  function popup(link) {
2          var target = 'popup';          var target = 'popup';
3          var url = this.href;          var url = this.href;
4    
5          if (link.href) {          if (link && link.href) {
6                  if (link.target) target = link.target;                  if (link.target) target = link.target;
7                  url = link.href;                  url = link.href;
8          }          }

Legend:
Removed from v.484  
changed lines
  Added in v.485

  ViewVC Help
Powered by ViewVC 1.1.26