diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-11-13 13:15:34 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-11-13 13:15:34 -0800 |
commit | a6eaf766f706f9c8185a757813f3570b3a507c86 (patch) | |
tree | 8831e303a586f7a7d107cd98e0347d6b91fb4728 /rt/share/html/NoAuth/js | |
parent | e1c940c29461bddbf4e889d44a02bdeb4b7ca388 (diff) |
rt 4.0.24
Diffstat (limited to 'rt/share/html/NoAuth/js')
-rw-r--r-- | rt/share/html/NoAuth/js/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |