--- loncom/homework/functionplotresponse.pm	2012/08/17 22:51:59	1.100
+++ loncom/homework/functionplotresponse.pm	2012/10/08 11:04:46	1.101
@@ -1,7 +1,7 @@
 # LearningOnline Network with CAPA
 # Functionplot responses
 #
-# $Id: functionplotresponse.pm,v 1.100 2012/08/17 22:51:59 www Exp $
+# $Id: functionplotresponse.pm,v 1.101 2012/10/08 11:04:46 foxr Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -810,7 +810,7 @@ sub start_backgroundplot {
              &Apache::edit::text_arg('Label on Plot:','label',
                                      $token,'8').
              &Apache::edit::text_arg('Color (hex code):','color',
-                                     $token,'8').
+                                     $token,'8', 'colorchooser').
              &Apache::edit::select_arg('Fixed location:','fixed',
                                   ['yes','no'],$token).
              &Apache::edit::end_row();