mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
dead code
This commit is contained in:
parent
7b70536354
commit
6f0f90fd81
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ function _typeAnsPress() {
|
||||||
# render & update bottom
|
# render & update bottom
|
||||||
q = self._mungeQA(q)
|
q = self._mungeQA(q)
|
||||||
self.web.eval("_updateQA(%s);" % simplejson.dumps(q))
|
self.web.eval("_updateQA(%s);" % simplejson.dumps(q))
|
||||||
t = time.time()
|
|
||||||
if self._bottomReady:
|
if self._bottomReady:
|
||||||
self._showAnswerButton()
|
self._showAnswerButton()
|
||||||
# if we have a type answer field, focus main web
|
# if we have a type answer field, focus main web
|
||||||
|
|
Loading…
Reference in a new issue