1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 15:27:43 +00:00

3.5.319. More logviewer integration. Notes work now. Clean up colored badges a bit more. Fix for incorrect player height. Modify chat lines the new, improved way. Load user <-> emote set mappings from the API. Fix legacy badges not showing correctly. Remove negative margins from chat lines. Add a line saying a sub is a Twitch Prime sub to the FFZ menu. Dark theme CSS tweaks.

This commit is contained in:
SirStendec 2016-10-07 18:11:05 -04:00
parent d02f87528d
commit 9ddfabb1b1
16 changed files with 723 additions and 581 deletions

View file

@ -521,7 +521,7 @@ module.exports = FFZ.utils = {
},
logviewer: {
del: function(u,t,i) { return logviewer_call('del', u,t,i) },
del: function(u,t,i) { return logviewer_call('delete', u,t,i) },
get: function(u,t,i) { return logviewer_call('get', u,t,i) },
post: function(u,t,i) { return logviewer_call('post', u,t,i) },
put: function(u,t,i) { return logviewer_call('put', u,t,i) },