summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/js/autohandler
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/NoAuth/js/autohandler')
-rw-r--r--rt/share/html/NoAuth/js/autohandler3
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/share/html/NoAuth/js/autohandler b/rt/share/html/NoAuth/js/autohandler
index 74028f8..e814154 100644
--- a/rt/share/html/NoAuth/js/autohandler
+++ b/rt/share/html/NoAuth/js/autohandler
@@ -51,7 +51,8 @@ my $type;
my $file = $m->base_comp->source_file;
if ($file =~ /\.(gif|png|jpe?g)$/i) {
- RT::Interface::Web->SendStaticFile( File => $file );
+ my $relfile = $m->base_comp->path;
+ RT::Interface::Web->SendStaticFile( File => $file, RelativeFile => $relfile );
} else {
&RT::Interface::Web::StaticFileHeaders();
$r->content_type('application/x-javascript');