more typos
This commit is contained in:
parent
c071452428
commit
0fb9816490
|
@ -623,7 +623,7 @@ SettingsPanel.prototype.handler = function(e){
|
|||
$("#bd-pub-li").hide();
|
||||
}
|
||||
if(settingsCookie["bda-gs-4"]){
|
||||
voideMode.enable();
|
||||
voiceMode.enable();
|
||||
} else {
|
||||
voiceMode.disable();
|
||||
}
|
||||
|
|
|
@ -125,7 +125,7 @@ SettingsPanel.prototype.handler = function(e){
|
|||
$("#bd-pub-li").hide();
|
||||
}
|
||||
if(settingsCookie["bda-gs-4"]){
|
||||
voideMode.enable();
|
||||
voiceMode.enable();
|
||||
} else {
|
||||
voiceMode.disable();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue