mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 12:15:20 +08:00
9 lines
206 B
JavaScript
9 lines
206 B
JavaScript
|
|
||
|
$(function () {
|
||
|
if (window.snowFall && !window.rl.settingsGet('Auth'))
|
||
|
{
|
||
|
window.snowFall.snow(document.getElementsByTagName('body'), {
|
||
|
shadow: true, round: true, minSize: 2, maxSize: 5
|
||
|
});
|
||
|
}
|
||
|
});
|