mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
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:
parent
d19ad9c2d0
commit
28492bafa7
10 changed files with 145 additions and 102 deletions
|
|
@ -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));
|
||||
|
|
|
|||
2
modules/admin/tpl/js/admin.min.js
vendored
2
modules/admin/tpl/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue