remove unused variable

pull/1/head
ansuz 2017-06-02 16:16:17 +02:00
parent 767793b5ca
commit 65233c2464
1 changed files with 1 additions and 1 deletions

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');