--- loncom/homework/response.pm 2013/04/29 21:09:40 1.233 +++ loncom/homework/response.pm 2013/12/28 23:16:02 1.234 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # various response type definitons response definition # -# $Id: response.pm,v 1.233 2013/04/29 21:09:40 raeburn Exp $ +# $Id: response.pm,v 1.234 2013/12/28 23:16:02 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -586,7 +586,7 @@ sub edit_mathresponse_button { function edit_${id}_${field} (textarea) { thenumber = textarea; thedata = document.forms['lonhomework'].elements[textarea].value; - newwin = window.open("/adm/dragmath/applet/MaximaPopup.html","","width=565,height=400,resizable"); + newwin = window.open("/adm/dragmath/MaximaPopup.html","","width=565,height=400,resizable"); } $button