diff --git a/js/privatebin.js b/js/privatebin.js index 6b16e7f8..c7d638d9 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -1596,6 +1596,7 @@ jQuery.PrivateBin = (function($, RawDeflate) { */ me.showWarning = function(message, icon) { + $errorMessage.find(':first').removeClass(currentIcon[3]); handleNotification(2, $errorMessage, message, icon); }; diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index 07e86d96..af9a3e29 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -71,7 +71,7 @@ if ($MARKDOWN): endif; ?> - + diff --git a/tpl/page.php b/tpl/page.php index 51f46612..afd58b30 100644 --- a/tpl/page.php +++ b/tpl/page.php @@ -49,7 +49,7 @@ if ($MARKDOWN): endif; ?> - +