ui/showhelp, too script class match

This commit is contained in:
Ad Schellevis 2018-05-11 14:53:27 +02:00
parent ad2126d5d5
commit b9446b2094

View File

@ -275,7 +275,7 @@ function addMultiSelectClearUI() {
*/
function initFormHelpUI() {
// handle help messages show/hide
$("a[class='showhelp']").click(function (event) {
$("a.showhelp").click(function (event) {
$("*[data-for='" + $(this).attr('id') + "']").toggleClass("hidden show");
event.preventDefault();
});