diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-11-13 13:07:40 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-11-13 13:07:40 -0800 |
commit | 3eb12bf89853de205ce653388e572a2760a8151f (patch) | |
tree | 549edf2da825c37d660bc00313841a90d9f30d4b /rt/share/static/js/util.js | |
parent | 2d3ab45cd0b35cb929198e2ad36a1ec9a3b4d93d (diff) |
rt 4.2.12
Diffstat (limited to 'rt/share/static/js/util.js')
-rw-r--r-- | rt/share/static/js/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |