1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-04 18:18:31 +00:00

3.5.149. Fixed directory stuff. CS:GO previews no longer give me the correct data to show stream uptime. Had to make my own Component declaration for host previews. Weird stuff.

This commit is contained in:
SirStendec 2016-03-28 14:32:24 -04:00
parent 5bb64a0904
commit 6f5b7e1b09
3 changed files with 82 additions and 39 deletions

View file

@ -230,6 +230,9 @@ FFZ.prototype._modify_chat_input = function(component) {
// Redo our key bindings.
var t = this.$("textarea");
if ( ! t || ! t.length )
f.error("Cannot find textarea in Twitch Chat Input.");
t.off("keydown");
t.off("keyup");
t.on("keydown", this._ffzKeyDown.bind(this));