Diff for /loncom/homework/grades.pm between versions 1.646 and 1.647

version 1.646, 2011/03/31 17:58:25 version 1.647, 2011/04/06 13:50:38
Line 1512  INNERJS Line 1512  INNERJS
     var ypos = (screen.height-height)/2-30;      var ypos = (screen.height-height)/2-30;
     ypos = (ypos < 0) ? '0' : ypos;      ypos = (ypos < 0) ? '0' : ypos;
   
     pWin = window.open('', 'MessageCenter', 'resizable=yes,toolbar=no,location=no,scrollbars='+scrollbar+',screenx='+xpos+',screeny='+ypos+',width=600,height='+height);      pWin = window.open('', 'MessageCenter', 'resizable=yes,toolbar=no,location=no,scrollbars='+scrollbar+',screenx='+xpos+',screeny='+ypos+',width=700,height='+height);
     pWin.focus();      pWin.focus();
     pDoc = pWin.document;      pDoc = pWin.document;
     pDoc.$docopen;      pDoc.$docopen;

Removed from v.1.646  
changed lines
  Added in v.1.647


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