--- loncom/xml/scripttag.pm 2014/08/03 14:20:43 1.171 +++ loncom/xml/scripttag.pm 2015/01/19 15:36:16 1.173 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # '; + } + + } elsif ($target eq 'meta') { my $bodytext=&Apache::lonxml::get_all_text_unbalanced("/script",$parser); } @@ -141,7 +175,7 @@ sub start_script { } } } elsif (($type eq 'text/javascript') && ($bodytext ne '')) { - if ($url =~ m{^\Q/uploaded/$cdom/$cnum/docs/\E}) { + if ($url =~ m{^\Q/uploaded/$cdom/$cnum/\E(docs|supplemental)/}) { if ($bodytext =~ m{\.addMediaSrc\((["'])((?!\1).)+\1\);}) { my $quote = $1; if ($bodytext =~ m{\Q.addMediaSrc($quote\E([^$quote]+)\Q$quote)\E}) {