mirror of https://github.com/calzoneman/sync.git
Fix queueFail stacking
This commit is contained in:
parent
8c32ce4020
commit
930402a058
|
@ -1778,7 +1778,7 @@ function queueMessage(data, type) {
|
|||
title = "Warning";
|
||||
}
|
||||
|
||||
var alerts = $(".qfalert.qf-" + type);
|
||||
var alerts = $(".qfalert.qf-" + type + " .alert");
|
||||
for (var i = 0; i < alerts.length; i++) {
|
||||
var al = $(alerts[i]);
|
||||
var cl = al.clone();
|
||||
|
|
Loading…
Reference in New Issue