mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
don't run showQuestion hook twice
This commit is contained in:
parent
1b20f948f3
commit
3404d0c3e5
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ $(".ansbut").focus();
|
||||||
if self.mw.config['autoplaySounds']:
|
if self.mw.config['autoplaySounds']:
|
||||||
playFromText(a)
|
playFromText(a)
|
||||||
# render
|
# render
|
||||||
runHook('showQuestion')
|
runHook('showAnswer')
|
||||||
|
|
||||||
# Review buttons
|
# Review buttons
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
Loading…
Reference in a new issue