fixing conflicting icons when using error message div for warnings in bootstrap template

This commit is contained in:
El RIDO 2019-08-28 19:25:11 +02:00
parent ad570c391a
commit 7f65fe9218
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
3 changed files with 3 additions and 2 deletions

View file

@ -1596,6 +1596,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
*/
me.showWarning = function(message, icon)
{
$errorMessage.find(':first').removeClass(currentIcon[3]);
handleNotification(2, $errorMessage, message, icon);
};