mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
Member list modal action enhancement.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12473 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
28492bafa7
commit
a0b6cbe024
3 changed files with 50 additions and 25 deletions
|
|
@ -1,7 +1,6 @@
|
|||
jQuery(function ($){
|
||||
|
||||
jQuery(function($){
|
||||
$('a.modalAnchor._member').bind('before-open.mw', function(){
|
||||
var $memberList = $('._memberList input[name=user]:checked');
|
||||
var $memberList = $('#memberList tbody :checked');
|
||||
if ($memberList.length == 0){
|
||||
alert(xe.lang.msg_select_user);
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue