hide the bottom bar when 'close to resume' is shown

This commit is contained in:
Damien Elmes 2012-04-08 21:45:19 +09:00
parent 088717e760
commit 4948687f05
2 changed files with 2 additions and 0 deletions

View file

@ -361,6 +361,7 @@ Are you sure?"""):
%s<br>
%s</div></div></center>
""" % (i, b), css=self.sharedCSS)
self.bottomWeb.hide()
# HTML helpers
##########################################################################

View file

@ -129,6 +129,7 @@ function _typeAnsPress() {
bodyClass="card", loadCB=lambda x: self._showQuestion(),
head=base)
# show answer / ease buttons
self.bottom.web.show()
self.bottom.web.stdHtml(
self._bottomHTML(),
self.bottom._css + self._bottomCSS,