1
0
Fork 0
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:
SirStendec 2016-05-25 01:06:27 -04:00
parent 574d627f79
commit 2cb07d6c78
9 changed files with 45 additions and 28 deletions

View file

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