mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
Fix: showQuestion _showAnswerButton
This commit is contained in:
parent
da90e3c718
commit
f68f5284a5
1 changed files with 1 additions and 1 deletions
|
@ -1270,7 +1270,7 @@ class SvelteReviewer(Reviewer):
|
||||||
else:
|
else:
|
||||||
maxTime = 0
|
maxTime = 0
|
||||||
self._remaining()
|
self._remaining()
|
||||||
self.bottom.web.eval("_showQuestion(%s,%d);" % ("", maxTime))
|
self.bottom.web.eval("showQuestion(\"\",%d);" % (maxTime))
|
||||||
|
|
||||||
def _linkHandler(self, url: str) -> None:
|
def _linkHandler(self, url: str) -> None:
|
||||||
if url == "bottomReady":
|
if url == "bottomReady":
|
||||||
|
|
Loading…
Reference in a new issue