mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-05 10:38:30 +00:00
3.5.188. Continued bug fixing for Ember internals restructuring. Fixed enhanced following control again. Fixed a bug re-inserting deleted message history into chat.
This commit is contained in:
parent
574d627f79
commit
2cb07d6c78
9 changed files with 45 additions and 28 deletions
|
@ -148,7 +148,7 @@ FFZ.prototype.setup_tokenization = function() {
|
|||
this.load_twitch_emote_data();
|
||||
|
||||
try {
|
||||
helpers = window.require && window.require("ember-twitch-chat/helpers/chat-line-helpers");
|
||||
helpers = window.require && window.require("web-client/helpers/chat/chat-line-helpers");
|
||||
} catch(err) { }
|
||||
|
||||
if ( ! helpers )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue