mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
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:
parent
95f992d838
commit
eace820aa1
2 changed files with 5 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue