Fix: showQuestion _showAnswerButton

This commit is contained in:
Luc Mcgrady 2025-09-22 02:26:03 +01:00
parent da90e3c718
commit f68f5284a5
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -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":