mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -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']:
|
||||
playFromText(a)
|
||||
# render
|
||||
runHook('showQuestion')
|
||||
runHook('showAnswer')
|
||||
|
||||
# Review buttons
|
||||
##########################################################################
|
||||
|
|
Loading…
Reference in a new issue