Fix queueFail stacking

This commit is contained in:
Calvin Montgomery 2014-02-28 13:49:17 -06:00
parent 8c32ce4020
commit 930402a058
1 changed files with 1 additions and 1 deletions

View File

@ -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();