Subversion Repositories wpShopGermany4

Rev

Rev 7570 | Rev 7634 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7570 Rev 7633
Line 255... Line 255...
255
 
255
 
256
    function wpsg_customer_checkAll()
256
    function wpsg_customer_checkAll()
257
    {
257
    {
258
 
258
 
259
        jQuery('.col_set_checkbox').each(function() { jQuery(this).prop('checked', !jQuery(this).prop('checked')); } );
259
        jQuery('.col_set_checkbox').each(function() { jQuery(this).prop('checked', !jQuery(this).prop('checked')); } );
-
 
260
        
-
 
261
        return false;
260
 
262
 
261
    }
263
    }
262
 
264
 
263
    function goPage(page)
265
    function goPage(page)
264
	{
266
	{