[freeside-commits] branch FREESIDE_4_BRANCH updated. 6799b211d676af19ca6156c7b5e4e8ee401438f0
Ivan
ivan at 420.am
Thu Jul 9 23:16:18 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via 6799b211d676af19ca6156c7b5e4e8ee401438f0 (commit)
from b297c4e16214a1f1f809a285b0be840093ffcba5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6799b211d676af19ca6156c7b5e4e8ee401438f0
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jul 9 23:16:17 2015 -0700
merge RT 4.2.11 and Header changes to disable RT javascript, RT#34237
diff --git a/rt/share/html/Elements/Header b/rt/share/html/Elements/Header
index 5215934..3aeb319 100755
--- a/rt/share/html/Elements/Header
+++ b/rt/share/html/Elements/Header
@@ -106,6 +106,7 @@ if ( $JavaScript ) {
for my $cssfile ( @css_files ) {
$head .= qq(<link rel="stylesheet" href="$WebPath$cssfile" type="text/css" media="all" />\n);
+}
for (keys %{$LinkRel || {}}) {
$head .= qq(<link rel="$_" href="$WebPath) . $LinkRel->{$_} . '" />';
@@ -148,4 +149,5 @@ $LinkRel => undef
$SkipDoctype => 0
$RichText => 1
$BodyClass => undef
+$JavaScript => 1
</%ARGS>
-----------------------------------------------------------------------
Summary of changes:
rt/share/html/Elements/Header | 2 ++
1 file changed, 2 insertions(+)
More information about the freeside-commits
mailing list