From 3effa1243c35f01024e7c27c31077e916927ae98 Mon Sep 17 00:00:00 2001 From: Satinder Grewal Date: Mon, 27 Feb 2017 00:52:11 +1300 Subject: [PATCH] fix: panel-loading remove unwanted divs --- assets/scripts/dashboard.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/scripts/dashboard.js b/assets/scripts/dashboard.js index 5a1fd5f..2dc7611 100644 --- a/assets/scripts/dashboard.js +++ b/assets/scripts/dashboard.js @@ -993,6 +993,7 @@ function EdexfillTxHistory(coin) { retrieve: true }); $('#edexcoin_txhistory').data('panel-api').done() + $('.panel-loading').remove() }); } @@ -1018,6 +1019,7 @@ function EdexfillTxHistory(coin) { retrieve: true }); $('#edexcoin_txhistory').data('panel-api').done() + $('.panel-loading').remove() }); } }