This commit is contained in:
Jiiks 2015-10-31 23:46:37 +02:00
parent a29901e0d4
commit 2885782975
1 changed files with 4 additions and 1 deletions

View File

@ -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);
}
}