mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
revert previous change; don't mod card when displaying
This commit is contained in:
parent
16fd34e8d9
commit
284c8d2543
1 changed files with 0 additions and 2 deletions
|
@ -121,8 +121,6 @@ function _typeAnsPress() {
|
||||||
def _showQuestion(self):
|
def _showQuestion(self):
|
||||||
self.state = "question"
|
self.state = "question"
|
||||||
c = self.card
|
c = self.card
|
||||||
# mod the card so it shows up in the recently modified list
|
|
||||||
c.flush()
|
|
||||||
# grab the question and play audio
|
# grab the question and play audio
|
||||||
q = c.q()
|
q = c.q()
|
||||||
if self.mw.pm.profile['autoplay']:
|
if self.mw.pm.profile['autoplay']:
|
||||||
|
|
Loading…
Reference in a new issue