Skip to content

Commit

Permalink
#19 make transfer table selectable directly after filling it
Browse files Browse the repository at this point in the history
  • Loading branch information
StegSchreck committed May 4, 2017
1 parent a09d0f4 commit f5480de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/static/core/js/transfer_charts_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ function fillOverviewTable(data){
row += '</tr>';
$('#TransfersOverviewTable').append(row);
}

makeTableSelectable();
}

function makeTableSelectable(){
Expand Down Expand Up @@ -268,6 +270,4 @@ $(function () {

requestChartDetailData();
requestOverviewTableData();

setTimeout(makeTableSelectable, 3000);
});

0 comments on commit f5480de

Please sign in to comment.