don't run showQuestion hook twice

This commit is contained in:
Damien Elmes 2011-03-24 13:27:50 +09:00
parent 1b20f948f3
commit 3404d0c3e5

View file

@ -126,7 +126,7 @@ $(".ansbut").focus();
if self.mw.config['autoplaySounds']:
playFromText(a)
# render
runHook('showQuestion')
runHook('showAnswer')
# Review buttons
##########################################################################