remove unused variable

This commit is contained in:
ansuz
2017-06-02 16:16:17 +02:00
parent 767793b5ca
commit 65233c2464

View File

@@ -52,7 +52,7 @@ define([
var $row = $table.find('tr[id="'+id+'"]');
var $cancelCell = $row.find('.upCancel').html('-');
$row.find('.upCancel').html('-');
var $pv = $row.find('.progressValue');
var $pb = $row.find('.progressContainer');