mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-05 10:38:30 +00:00
3.5.360. Move twitch_emotes.json. CSS tweaks. Fix hosting layout.
This commit is contained in:
parent
d472993aa3
commit
c8a7d65732
7 changed files with 61 additions and 32 deletions
|
@ -337,7 +337,7 @@ FFZ.prototype.format_display_name = function(display_name, user_id, disable_alia
|
|||
// ---------------------
|
||||
|
||||
FFZ.prototype.load_twitch_emote_data = function(tries) {
|
||||
jQuery.ajax(constants.SERVER + "script/twitch_emotes.json", {context: this})
|
||||
jQuery.ajax(constants.SERVER + "twitch_emotes.json", {context: this})
|
||||
.done(function(data) {
|
||||
for(var set_id in data) {
|
||||
var set = data[set_id];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue