--- loncom/homework/structuretags.pm 2011/01/07 05:14:57 1.465.2.12 +++ loncom/homework/structuretags.pm 2011/01/13 18:41:48 1.465.2.13 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.465.2.12 2011/01/07 05:14:57 raeburn Exp $ +# $Id: structuretags.pm,v 1.465.2.13 2011/01/13 18:41:48 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -144,7 +144,7 @@ function image_response_click (which, e) var y= e.clientY-getY(img_element)+Geometry.getVerticalScroll(); var click = x+':'+y; input_element.value = click; - img_element.src = '/adm/randomlabel.png?token='+token+'&clickdata='+click; + img_element.src = '/adm/randomlabel.png?token='+token+'&clickdata='+click; } // ]]> @@ -154,10 +154,12 @@ JS sub setmode_javascript { return <<"ENDSCRIPT"; ENDSCRIPT }