[Rt-commit] [rtir] 05/06: Update path to static js
Jim Brandt
jbrandt at bestpractical.com
Fri Mar 28 14:04:36 EDT 2014
This is an automated email from the git hooks/post-receive script.
jbrandt pushed a commit to branch 3.2/move-static-files
in repository rtir.
commit 55a98fb99fa5992cc14d14439d49cfdb6f2f3853
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Mon Mar 10 10:15:33 2014 -0400
Update path to static js
---
html/RTIR/Elements/EditConstituency | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/RTIR/Elements/EditConstituency b/html/RTIR/Elements/EditConstituency
index 43e2d80..2d4f747 100644
--- a/html/RTIR/Elements/EditConstituency
+++ b/html/RTIR/Elements/EditConstituency
@@ -53,7 +53,7 @@
% my $id = $NamePrefix . $CustomField->Id;
% my $out = $m->scomp('SELF:options', %ARGS, SelectedRef => \$selected, CategoryRef => \@category, Object => $Object);
% if (@category) {
-<script type="text/javascript" src="<%RT->Config->Get('WebPath')%>/NoAuth/js/cascaded.js"></script>
+<script type="text/javascript" src="<%RT->Config->Get('WebPath')%>/static/js/cascaded.js"></script>
%# XXX - Hide this select from w3m?
<select onchange="filter_cascade('<% $id %>-Values', this.value)" name="<% $id %>-Category">
<option value="" <% !$selected && 'selected' %>><&|/l&>-</&></option>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list