mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-07-10 07:46:24 -04:00
FE: skeleton uplift + docs
This commit is contained in:
@@ -185,7 +185,7 @@ $(document).ready(function () {
|
||||
});
|
||||
|
||||
function hideAppEventsSkeleton() {
|
||||
$('#skel-app-events').fadeOut(50, function () { $(this).remove(); });
|
||||
$('#skel-app-events').fadeOut(0, function () { $(this).remove(); });
|
||||
}
|
||||
|
||||
window.addEventListener('load', function () {
|
||||
|
||||
Reference in New Issue
Block a user