Browse Source

fix: panel-loading remove unwanted divs

master
Satinder Grewal 8 years ago
parent
commit
3effa1243c
  1. 2
      assets/scripts/dashboard.js

2
assets/scripts/dashboard.js

@ -993,6 +993,7 @@ function EdexfillTxHistory(coin) {
retrieve: true retrieve: true
}); });
$('#edexcoin_txhistory').data('panel-api').done() $('#edexcoin_txhistory').data('panel-api').done()
$('.panel-loading').remove()
}); });
} }
@ -1018,6 +1019,7 @@ function EdexfillTxHistory(coin) {
retrieve: true retrieve: true
}); });
$('#edexcoin_txhistory').data('panel-api').done() $('#edexcoin_txhistory').data('panel-api').done()
$('.panel-loading').remove()
}); });
} }
} }

Loading…
Cancel
Save