logo

ibnjs

Unnamed repository; edit this file 'description' to name the repository.
commit: 2cdd30931d9928933956c56f6cb348f1c284051d
parent c7522f2e5c5ae38c370310b0916472d491388dca
Author: Adrian Siekierka <asiekierka@gmail.com>
Date:   Sat, 31 Dec 2011 11:36:34 +0100

pausing bugfix

Diffstat:

Mibniz.html2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ibniz.html b/ibniz.html @@ -265,7 +265,7 @@ function Parser(simpleGetPut,useAudio) } } } - if(this.mode==1) this.audioout = this.stacka.pop(); + if((this.useFFAudio || this.useChromeAudio) && this.useAudio && this.mode==1) this.audioout = this.stacka.pop(); } this.isLimm = function(ci) {