mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 06:26:16 -04:00
fixing conflicting icons when using error message div for warnings in bootstrap template
This commit is contained in:
parent
ad570c391a
commit
7f65fe9218
3 changed files with 3 additions and 2 deletions
|
@ -1596,6 +1596,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
*/
|
||||
me.showWarning = function(message, icon)
|
||||
{
|
||||
$errorMessage.find(':first').removeClass(currentIcon[3]);
|
||||
handleNotification(2, $errorMessage, message, icon);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue