mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
Poll list UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11936 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
42d9677204
commit
d9717334e6
3 changed files with 21 additions and 57 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 tbody :checked').length;
|
||||
if(cnt == 0)
|
||||
{
|
||||
e.stopPropagation();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue