X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2Fautohandler;h=180127b3f9d92188e347f8593b072ac9bd624bbd;hb=2266af65988c1fa5b849dc3c617c3f642601f867;hp=5a618fbb1801a34babfb28ca79f424fb210403dc;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/rt/share/html/autohandler b/rt/share/html/autohandler index 5a618fbb1..180127b3f 100755 --- a/rt/share/html/autohandler +++ b/rt/share/html/autohandler @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -52,8 +52,9 @@ $m->callback( ARGSRef => \%ARGS, CallbackName => 'Init', CallbackPage => '/autoh RT::Interface::Web::HandleRequest(\%ARGS); -$m->comp( '/Elements/Footer', %ARGS ) - unless $r->content_type =~ qr<^(text|application)/(x-)?(css|javascript)>; +#RT4 doesn't call this? +#$m->comp( '/Elements/Footer', %ARGS ) +# unless $r->content_type =~ qr<^(text|application)/(x-)?(css|javascript)>; <%ARGS>