mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-15 07:38:32 +00:00
"no network connection" alert
This commit is contained in:
parent
80295a7a9a
commit
ea1895c129
3
main.js
3
main.js
@ -11982,4 +11982,5 @@ addEventToAll("#multiselect-trigger3", 'mousedown touchend focusin focusout', fu
|
||||
e.stopPropagation();
|
||||
});
|
||||
|
||||
|
||||
// Warns user about network going down
|
||||
window.addEventListener('offline', function(e) { alert("OBS.Ninja has no network connectivity and can't work properly.") });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user