mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-07-11 08:17:31 -04:00
FE: skeleton uplift + docs
This commit is contained in:
@@ -218,7 +218,7 @@ require 'php/templates/header.php';
|
||||
});
|
||||
|
||||
function hideNotificationsSkeleton() {
|
||||
$('#notifications-skeleton').fadeOut(50, function () { $(this).remove(); });
|
||||
$('#notifications-skeleton').fadeOut(0, function () { $(this).remove(); });
|
||||
}
|
||||
|
||||
window.addEventListener('load', function () {
|
||||
|
||||
Reference in New Issue
Block a user