--- loncom/homework/functionplotresponse.pm	2012/08/17 18:02:15	1.99
+++ loncom/homework/functionplotresponse.pm	2012/08/17 22:51:59	1.100
@@ -1,7 +1,7 @@
 # LearningOnline Network with CAPA
 # Functionplot responses
 #
-# $Id: functionplotresponse.pm,v 1.99 2012/08/17 18:02:15 www Exp $
+# $Id: functionplotresponse.pm,v 1.100 2012/08/17 22:51:59 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -196,7 +196,7 @@ sub init_script {
       my $html5init='';
       if (&useHTML5()) {
           $html5init=
-           '<script type="text/javascript" language="javascript" src="/adm/geogebra/html5/web/test42/web/web.nocache.js"></script>';
+           '<script type="text/javascript" language="javascript" src="/adm/geogebra/web/web.nocache.js"></script>';
       }
       return (<<ENDGGBINIT);
 $html5init