issue 2628 multi poll delete bug fix

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11921 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-10-26 08:21:12 +00:00
parent 95f992d838
commit eace820aa1
2 changed files with 5 additions and 5 deletions

View file

@ -71,7 +71,7 @@ function checkSearch(form)
jQuery(function ($){
$('#pollList').submit(function(e){
var cnt = $('#pollList input[name=cart]:checked').length;
var cnt = $('#pollList input[name=cart[]]:checked').length;
if(cnt == 0)
{
e.stopPropagation();