mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
drop the deck list button from the congrats screen
This commit is contained in:
parent
1a0d273b78
commit
f4ee17a5c6
1 changed files with 2 additions and 4 deletions
|
@ -480,12 +480,10 @@ div#filler {
|
|||
<center>
|
||||
%s
|
||||
<p>
|
||||
%s %s
|
||||
%s
|
||||
<script>$("#ov").focus();</script>
|
||||
</center>""" % (self.mw.deck.sched.finishedMsg(),
|
||||
self.mw.button(key="o", name=_("Overview"), link="ov", id='ov'),
|
||||
self.mw.button(key="o", name=_("Deck List"), link="dlist"))
|
||||
|
||||
self.mw.button(key="o", name=_("Overview"), link="ov", id='ov'))
|
||||
self.web.stdHtml(buf, css=self.mw.sharedCSS)
|
||||
runHook('deckFinished')
|
||||
|
||||
|
|
Loading…
Reference in a new issue