1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-06 06:10:54 +00:00

3.5.156. Feed Cards. CSS tweaks. Fixed Golden Kappa's tooltip. Not much here.

This commit is contained in:
SirStendec 2016-04-11 18:57:25 -04:00
parent 9ead660f89
commit 21d1ce0d8f
12 changed files with 130 additions and 127 deletions

View file

@ -108,7 +108,7 @@ FFZ.menu_pages.myemotes = {
},
visible: function(view) {
return this.settings.emoji_in_menu || FFZ.menu_pages.myemotes.has_sets.apply(this, view);
return this.settings.emoji_in_menu || FFZ.menu_pages.myemotes.has_sets.call(this, view);
},
default_page: function() {
@ -139,7 +139,7 @@ FFZ.menu_pages.myemotes = {
sort_order: 2,
visible: function(view) {
return FFZ.menu_pages.myemotes.has_sets.apply(this, view);
return FFZ.menu_pages.myemotes.has_sets.call(this, view);
},
render: function(view, container) {