X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fstatic%2Fjs%2Futil.js;h=f6f5c3b3aff88b18c50d6de1e0b7b7e67b6c35a5;hb=3eb12bf89853de205ce653388e572a2760a8151f;hp=b665c0e2a05ce62e834a3b7b2f869323625dac9f;hpb=2d3ab45cd0b35cb929198e2ad36a1ec9a3b4d93d;p=freeside.git diff --git a/rt/share/static/js/util.js b/rt/share/static/js/util.js index b665c0e2a..f6f5c3b3a 100644 --- a/rt/share/static/js/util.js +++ b/rt/share/static/js/util.js @@ -277,7 +277,7 @@ function toggle_addprincipal_validity(input, good, title) { function update_addprincipal_title(title) { var h3 = jQuery("#acl-AddPrincipal h3"); - h3.html( h3.text().replace(/: .*$/,'') + ": " + title ); + h3.text( h3.text().replace(/: .*$/,'') + ": " + title ); } // when a value is selected from the autocompleter