summaryrefslogtreecommitdiff
path: root/js/backoffice.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/backoffice.js')
-rw-r--r--js/backoffice.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/backoffice.js b/js/backoffice.js
index 91f36de..82b0ae6 100644
--- a/js/backoffice.js
+++ b/js/backoffice.js
@@ -181,8 +181,6 @@ var track_transfer = function(exchange, wtid, cb){
var show_error = function(response_text, keep_history){
toggle_loader();
- if (!keep_history)
- clean_results();
close_popup();
var msg = response_text;
@@ -259,6 +257,7 @@ function fill_box(tracks, http_code)
.getElementsByClassName("track-content")[0];
track_content.innerHTML = "This order is still" +
"waiting to be paid back.";
+ toggle_overlay();
return;
}
@@ -355,7 +354,6 @@ function fill_table(scroll, data, execution_time, wtid_marker){
/* not append data, erase! */
if (!scroll){
- START = LAST = 0;
clean_results();
if(0 == data.length){
/* make NO RESULTS visible and hide tab headers */