Diff for /zogiLib/js/Attic/dl_lib.js between versions 1.7 and 1.8

version 1.7, 2004/06/07 17:56:54 version 1.8, 2004/06/21 16:19:56
Line 201  function dl_init() { Line 201  function dl_init() {
     return false;      return false;
     }      }
     // give a name to the window containing digilib      // give a name to the window containing digilib
     top.window.name = "digilib";      if (dlTarget) {
       window.name = dlTarget;
       } else {
       window.name = "digilib";
       }
     // put the query parameters (sans "?") in the parameters array      // put the query parameters (sans "?") in the parameters array
     parseParameters(location.search.slice(1));      parseParameters(location.search.slice(1));
     // treat special parameters      // treat special parameters

Removed from v.1.7  
changed lines
  Added in v.1.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>