Update productaccount.php

This commit is contained in:
Laurent Destailleur 2019-02-12 12:50:36 +01:00 committed by GitHub
parent beb2791dde
commit 53b2100dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -465,7 +465,7 @@ if ($result)
{
console.log("We check if at least one line is checked")
at leastoneselected=0;
atleastoneselected=0;
jQuery(".checkforselect").each(function( index ) {
/* console.log( index + ": " + $( this ).text() ); */
if ($(this).is(\':checked\')) at leastoneselected++;