--- loncom/interface/spreadsheet/lonspreadsheet.pm 2003/11/11 15:48:03 1.28 +++ loncom/interface/spreadsheet/lonspreadsheet.pm 2003/11/11 20:27:15 1.29 @@ -1,5 +1,5 @@ # -# $Id: lonspreadsheet.pm,v 1.28 2003/11/11 15:48:03 matthew Exp $ +# $Id: lonspreadsheet.pm,v 1.29 2003/11/11 20:27:15 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -355,7 +355,7 @@ sub handler { editwin.close(); } - editwin = window.open($nothing,'CellEditWin','height=280,width=480,scrollbars=no,resizeable=yes,alwaysRaised=yes,dependent=yes',true); + editwin = window.open($nothing,'CellEditWin','height=280,width=480,scrollbars=no,resizable=yes,alwaysRaised=yes,dependent=yes',true); editwin.document.write(edit_text); } //-->