mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Fix the remaining lint issues
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -30,7 +30,7 @@ function showAlert(type, message) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (messageElement != null) messageElement.html(message);
|
||||
if (messageElement !== null) messageElement.html(message);
|
||||
|
||||
alertElement.fadeIn(200);
|
||||
alertElement.delay(8000).fadeOut(2000);
|
||||
|
||||
Reference in New Issue
Block a user