Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 2af3cdb3 authored by loiclau's avatar loiclau Committed by GitHub
Browse files

fix(jquery) fix jquery function name (#6326)

parent 013f7263
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ function setDisabledRowStyle(img)
var img = "enabled.png";
}
jQuery('img[src$="enabled.png"]').each(function(index) {
jQuery(this).parent().parent().parent().className('row_disabled');
jQuery(this).parent().parent().parent().addClass('row_disabled');
});
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment