Document, Comment list manager modal UI update.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12471 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-12-26 10:14:30 +00:00
parent d19ad9c2d0
commit 28492bafa7
10 changed files with 145 additions and 102 deletions

View file

@ -208,7 +208,7 @@ jQuery(function($){
.change(function() {
var $this = $(this), name = $this.data('name');
$this.closest('table')
.find('input:checkbox')
.find(':checkbox')
.filter(function(){
var $this = $(this);
return !$this.prop('disabled') && (($this.attr('name') == name) || ($this.data('name') == name));

File diff suppressed because one or more lines are too long