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
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);
};