mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
12 lines
324 B
JavaScript
12 lines
324 B
JavaScript
|
|
if (!/iphone|ipod|ipad|android/i.test(navigator.userAgent))
|
|
{
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
if (window.snowFall && window.rl && !rl.settings.get('Auth'))
|
|
{
|
|
window.snowFall.snow(document.getElementsByTagName('body'), {
|
|
shadow: true, round: true, minSize: 2, maxSize: 5
|
|
});
|
|
}
|
|
});
|
|
}
|