revert previous change; don't mod card when displaying

This commit is contained in:
Damien Elmes 2011-12-04 16:08:19 +09:00
parent 16fd34e8d9
commit 284c8d2543

View file

@ -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']: