mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
revert temp changes
This commit is contained in:
parent
0fd0e336a0
commit
7ab8fb0564
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ jQuery(function($){
|
|||
|
||||
$tr = $(this).prevAll('div').children('table').find('>tbody>tr:last');
|
||||
match = $tr.find('td>input').attr('name').match(/item_(\d+)_(\d+)/);
|
||||
if(!match || match[2] == 1) return;
|
||||
if(!match || match[2] == 2) return;
|
||||
|
||||
$tr.remove();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue