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:08:05 -0800 |
commit | 5de425c9529bc60cadf72e60164140f00047fb96 (patch) | |
tree | 8e80df7e74a62d70e77f65b76723723342505ffa /rt/share/static/js/util.js | |
parent | dba28013980fa1a27544c1dfe621a3cae323e881 (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 |