Fixed snow stacking
This commit is contained in:
parent
09894971e9
commit
eb33713290
|
@ -726,6 +726,7 @@ QuickEmoteMenu.prototype.init = function(reload) {
|
|||
QuickEmoteMenu.prototype.obsCallback = function() {
|
||||
if(window.location.pathname == "/channels/86004744966914048/86004744966914048") {
|
||||
if($("#customcss").html().indexOf("nosnow") == -1) {
|
||||
$(".scroller.messages").snowfall('clear');
|
||||
$(".scroller.messages").snowfall({flakeCount : 100, maxSpeed : 10});
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue