mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Remove jquery from reviewer.py
- we no longer actually need to focus the default ease button
This commit is contained in:
parent
bdf1e6324e
commit
7dd12a523d
1 changed files with 1 additions and 3 deletions
|
@ -716,9 +716,7 @@ time = %(time)d;
|
|||
for ease, label in self._answerButtonList():
|
||||
buf += but(ease, label)
|
||||
buf += "</tr></table>"
|
||||
script = """
|
||||
<script>$(function () { $("#defease").focus(); });</script>"""
|
||||
return buf + script
|
||||
return buf
|
||||
|
||||
def _buttonTime(self, i: int) -> str:
|
||||
if not self.mw.col.conf["estTimes"]:
|
||||
|
|
Loading…
Reference in a new issue