blame intrnl

This commit is contained in:
Zack Rauen 2018-05-05 16:33:36 -04:00
parent 1948e35210
commit be2085b9a3
2 changed files with 2 additions and 6 deletions

View File

@ -384,14 +384,10 @@ Core.prototype.initObserver = function () {
}
}
// Emoji Picker popout-3sVMXz popoutTopRight-3BzFIE
// Emoji Picker
if (node.classList.contains('popout-3sVMXz') && !node.classList.contains('popoutLeft-30WmrD')) {
if (node.getElementsByClassName('emojiPicker-3m1S-j').length) quickEmoteMenu.obsCallback(node);
}
if (node.classList.contains('popout-3sVMXz') && node.classList.contains('popoutTopRight-3BzFIE')) {
if (node.getElementsByClassName("emojiPicker-3m1S-j").length) quickEmoteMenu.obsCallback(node);
}
// onSwitch()
// Not a channel, but still a switch (Activity Feed/Friends menu/NSFW check)

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long