timeout
This commit is contained in:
parent
a29901e0d4
commit
2885782975
|
@ -722,7 +722,10 @@ VoiceMode.prototype.obsCallback = function() {
|
|||
var self = this;
|
||||
if(settingsCookie["bda-gs-4"]) {
|
||||
self.disable();
|
||||
self.enable();
|
||||
setTimeout(function() {
|
||||
self.enable();
|
||||
}, 300);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue