]> git.uio.no Git - usit-rt.git/blobdiff - share/html/Elements/SelectOwnerAutocomplete
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / share / html / Elements / SelectOwnerAutocomplete
index d5aad4d256f96e7c171f563061aa16fe61ef1a0b..920c72e719e4479c93b2c2ad4a5a0bfa8453d9bf 100644 (file)
@@ -86,7 +86,7 @@ my $query = $m->comp('/Elements/QueryString',
                 }
                 else {
                     jQuery.ajax({
-                        url: <% RT->Config->Get('WebPath')|n,j%>+"/Helpers/Autocomplete/Owners?"+<% $query|n,j %>,
+                        url: RT.Config.WebPath + "/Helpers/Autocomplete/Owners?"+<% $query|n,j %>,
                         dataType: "json",
                         data: request,
                         success: function( data ) {