summaryrefslogtreecommitdiff
path: root/rt/share/static/js
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-11-13 13:07:40 -0800
committerIvan Kohler <ivan@freeside.biz>2015-11-13 13:08:05 -0800
commit5de425c9529bc60cadf72e60164140f00047fb96 (patch)
tree8e80df7e74a62d70e77f65b76723723342505ffa /rt/share/static/js
parentdba28013980fa1a27544c1dfe621a3cae323e881 (diff)
rt 4.2.12
Diffstat (limited to 'rt/share/static/js')
-rw-r--r--rt/share/static/js/util.js2
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