[Rt-commit] [rtir] 05/05: Update path to static js

Jim Brandt jbrandt at bestpractical.com
Mon Mar 10 16:55:16 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 32fe8e4903abbdcb7dd551353e9eea1f99c3e03d
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