summaryrefslogtreecommitdiff
path: root/rt/share/html/Admin/Users/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Admin/Users/index.html')
-rwxr-xr-xrt/share/html/Admin/Users/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Admin/Users/index.html b/rt/share/html/Admin/Users/index.html
index a1e3facd7..adcfeb5b9 100755
--- a/rt/share/html/Admin/Users/index.html
+++ b/rt/share/html/Admin/Users/index.html
@@ -62,7 +62,7 @@
<script type="text/javascript">
jQuery(function(){
jQuery("#autocomplete-UserString").autocomplete({
- source: "<% RT->Config->Get('WebPath')%>/Helpers/Autocomplete/Users?return=Name",
+ source: <% RT->Config->Get('WebPath') |n,j%>+"/Helpers/Autocomplete/Users?return=Name",
// Auto-submit once a user is chosen
select: function( event, ui ) {
jQuery(event.target).val(ui.item.value);