Fixed snow stacking

This commit is contained in:
Jiiks 2015-12-03 00:41:21 +02:00
parent 09894971e9
commit eb33713290
2 changed files with 2 additions and 1 deletions

View File

@ -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});
}
}

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long