Diff for /rat/client/parameter.html between versions 1.29 and 1.30

version 1.29, 2004/11/10 20:32:19 version 1.30, 2005/06/06 16:06:25
Line 770  function init() { Line 770  function init() {
             
      if ((pvalue!='') && (typeof(pvalue)!="undefined")) {       if ((pvalue!='') && (typeof(pvalue)!="undefined")) {
         cdate.setTime(pvalue*1000);          cdate.setTime(pvalue*1000);
        } else {        
           cdate.setSeconds(0);
           cdate.setMinutes(0);
      }       }
     
      months[0]='January';       months[0]='January';

Removed from v.1.29  
changed lines
  Added in v.1.30


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