1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-05 02:28:31 +00:00
This commit is contained in:
SirStendec 2016-09-30 13:09:03 -04:00
parent 8db999a8a8
commit 8280b93c97
28 changed files with 2140 additions and 603 deletions

View file

@ -100,7 +100,7 @@ FFZ.settings_info.input_complete_emotes = {
2: "All Emoticons"
},
value: 0,
value: 1,
process_value: function(val) {
if ( typeof val === 'string' )
@ -111,7 +111,7 @@ FFZ.settings_info.input_complete_emotes = {
category: "Chat Input",
no_bttv: true,
name: "Tab-Complete Emoticons <span>Beta</span>",
name: "Tab-Complete Emoticons",
help: "Use tab completion to complete emoticon names in chat.",
on_update: function(val) {
@ -503,7 +503,7 @@ FFZ.prototype.modify_chat_input = function(component) {
ffzFetchNameSuggestions: function() {
if ( ! this.get('ffz_suggestions_visible') )
this.set('ffz_name_suggestions', this.get('suggestions'));
this.set('ffz_name_suggestions', this.get('suggestions')());
}.observes('suggestions'),