Correct typo
This commit is contained in:
parent
79647b35cd
commit
fbabfe9a71
@ -706,7 +706,7 @@ class Form
|
|||||||
{
|
{
|
||||||
$ret .= '<!-- JS CODE TO ENABLE mass action select -->
|
$ret .= '<!-- JS CODE TO ENABLE mass action select -->
|
||||||
<script>
|
<script>
|
||||||
function initCheckForSelect(mode, name, cssclass) /* mode is 0 during init of page or click all, 1 when we click on 1 checkboxi, 'name' refers to the class of the massaction button, 'cssclass' to the class of the checkfor select boxes */
|
function initCheckForSelect(mode, name, cssclass) /* mode is 0 during init of page or click all, 1 when we click on 1 checkboxi, "name" refers to the class of the massaction button, "cssclass" to the class of the checkfor select boxes */
|
||||||
{
|
{
|
||||||
atleastoneselected=0;
|
atleastoneselected=0;
|
||||||
jQuery("."+cssclass).each(function( index ) {
|
jQuery("."+cssclass).each(function( index ) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user