* finish task #40307.
This commit is contained in:
@@ -66,7 +66,7 @@ var $SRBox = $('.table-form .SRBox');
|
||||
$SRBox.each(function(i)
|
||||
{
|
||||
var $this = $(this);
|
||||
var name = $this.html();
|
||||
var name = $this.html();
|
||||
$SRBox.each(function(j)
|
||||
{
|
||||
if(j <= i) return;
|
||||
|
||||
Reference in New Issue
Block a user