--- loncom/xml/scripttag.pm 2001/01/10 16:53:07 1.31 +++ loncom/xml/scripttag.pm 2001/01/12 20:38:06 1.32 @@ -10,7 +10,7 @@ use Apache::lonnet; sub BEGIN { &Apache::lonxml::register('Apache::scripttag',('script','scriptlib', 'parserlib','import', - 'window','meta','display')); + 'window','display')); } sub start_script { @@ -192,12 +192,6 @@ sub start_meta { sub end_meta { } - - - - - - sub editfield { my ($tag,$data)=@_;