summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/js/util.js
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-11-13 13:15:34 -0800
committerIvan Kohler <ivan@freeside.biz>2015-11-13 13:15:34 -0800
commita6eaf766f706f9c8185a757813f3570b3a507c86 (patch)
tree8831e303a586f7a7d107cd98e0347d6b91fb4728 /rt/share/html/NoAuth/js/util.js
parente1c940c29461bddbf4e889d44a02bdeb4b7ca388 (diff)
rt 4.0.24
Diffstat (limited to 'rt/share/html/NoAuth/js/util.js')
-rw-r--r--rt/share/html/NoAuth/js/util.js2
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