Skip to content

Commit

Permalink
Merge branch 'security/4.0/rights-xss' into security/4.0.24-releng
Browse files Browse the repository at this point in the history
  • Loading branch information
sartak committed Jul 28, 2015
2 parents a0ae824 + 4ec786b commit 5d72f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/html/NoAuth/js/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d72f9c

Please sign in to comment.