From a6eaf766f706f9c8185a757813f3570b3a507c86 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 13 Nov 2015 13:15:34 -0800 Subject: rt 4.0.24 --- rt/share/html/NoAuth/js/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt/share/html/NoAuth/js') 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 -- cgit v1.2.1