X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FNoAuth%2Fjs%2Futil.js;h=1995db056ef6633ae04e2c99775e2eedb0838ac5;hb=a6eaf766f706f9c8185a757813f3570b3a507c86;hp=47322261261d0c0b3c53db6b1b9c1f1ecf31add8;hpb=e1c940c29461bddbf4e889d44a02bdeb4b7ca388;p=freeside.git diff --git a/rt/share/html/NoAuth/js/util.js b/rt/share/html/NoAuth/js/util.js index 473222612..1995db056 100644 --- a/rt/share/html/NoAuth/js/util.js +++ b/rt/share/html/NoAuth/js/util.js @@ -320,7 +320,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