Update productaccount.php
This commit is contained in:
parent
beb2791dde
commit
53b2100dbb
@ -465,7 +465,7 @@ if ($result)
|
|||||||
{
|
{
|
||||||
console.log("We check if at least one line is checked")
|
console.log("We check if at least one line is checked")
|
||||||
|
|
||||||
at leastoneselected=0;
|
atleastoneselected=0;
|
||||||
jQuery(".checkforselect").each(function( index ) {
|
jQuery(".checkforselect").each(function( index ) {
|
||||||
/* console.log( index + ": " + $( this ).text() ); */
|
/* console.log( index + ": " + $( this ).text() ); */
|
||||||
if ($(this).is(\':checked\')) at leastoneselected++;
|
if ($(this).is(\':checked\')) at leastoneselected++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user