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:
ChanMyeong 2012-10-29 05:43:01 +00:00
parent 42d9677204
commit d9717334e6
3 changed files with 21 additions and 57 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 tbody :checked').length;
if(cnt == 0)
{
e.stopPropagation();