drop the deck list button from the congrats screen

This commit is contained in:
Damien Elmes 2011-04-24 12:01:08 +09:00
parent 1a0d273b78
commit f4ee17a5c6

View file

@ -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')