[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.4-124-g91744ed

Alex Vandiver alexmv at bestpractical.com
Fri Dec 9 15:49:17 EST 2011


The branch, 4.0-trunk has been updated
       via  91744eda7535b0489b7d302b5b6b69f5036d355c (commit)
      from  5814796c0661c4dd0310b003ef6062a55a866dca (commit)

Summary of changes:
 share/html/Elements/EditCustomFieldAutocomplete |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 91744eda7535b0489b7d302b5b6b69f5036d355c
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Fri Dec 9 15:45:56 2011 -0500

    Remove a trailing comma in a JS call, which IE hates on

diff --git a/share/html/Elements/EditCustomFieldAutocomplete b/share/html/Elements/EditCustomFieldAutocomplete
index a7576eb..c1bbe9b 100644
--- a/share/html/Elements/EditCustomFieldAutocomplete
+++ b/share/html/Elements/EditCustomFieldAutocomplete
@@ -76,7 +76,7 @@ jQuery('#'+id).autocomplete( {
 var id = '<% $name . '-Value' %>';
 id = id.replace(/:/g,'\\:');
 jQuery('#'+id).autocomplete( {
-    source: "<%RT->Config->Get('WebPath')%>/Helpers/Autocomplete/CustomFieldValues?<% $name . '-Value' %>",
+    source: "<%RT->Config->Get('WebPath')%>/Helpers/Autocomplete/CustomFieldValues?<% $name . '-Value' %>"
 }
 );
 % }

-----------------------------------------------------------------------


More information about the Rt-commit mailing list