mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-30 08:08:32 +00:00
Added aggressive caching of Twitch emoticon set data for more reliable tooltips.
This commit is contained in:
parent
d8c017bab0
commit
08ad23ec02
10 changed files with 193 additions and 102 deletions
|
@ -282,7 +282,8 @@ FFZ.prototype.build_ui_popup = function(view) {
|
|||
}
|
||||
|
||||
// Render Current Page
|
||||
this._ui_change_page(view, inner, menu, sub_container, this._last_page || "channel");
|
||||
var page = (this._last_page || "channel").split("_", 1)[0];
|
||||
this._ui_change_page(view, inner, menu, sub_container, page);
|
||||
|
||||
// Add the menu to the DOM.
|
||||
this._popup = container;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue