mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
hide sound tags in preview screen
This commit is contained in:
parent
94cf132918
commit
85d4511766
1 changed files with 2 additions and 0 deletions
|
@ -1164,6 +1164,8 @@ where id in %s""" % ids2str(sf))
|
|||
if self.mw.reviewer.autoplay(c):
|
||||
playFromText(txt)
|
||||
|
||||
txt = mungeQA(self.col, txt)
|
||||
|
||||
self._previewWeb.eval(
|
||||
"_showQuestion(%s,'%s');" % (json.dumps(txt), bodyclass))
|
||||
|
||||
|
|
Loading…
Reference in a new issue