mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
fixed some notification issues
This commit is contained in:
parent
a1caa789fe
commit
555e62fd17
3 changed files with 28 additions and 16 deletions
|
@ -41,9 +41,11 @@
|
|||
}
|
||||
|
||||
function closeMsg() {
|
||||
//hide the message
|
||||
$('#msgBox').hide("slide", { direction: "right" }, speed);
|
||||
isShown = false;
|
||||
//hide the message
|
||||
if (isShown) {
|
||||
$('#msgBox').hide("slide", { direction: "right" }, speed);
|
||||
isShown = false;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue