mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
ui/showhelp, too script class match
This commit is contained in:
parent
ad2126d5d5
commit
b9446b2094
@ -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();
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user