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> <center>
%s %s
<p> <p>
%s %s %s
<script>$("#ov").focus();</script> <script>$("#ov").focus();</script>
</center>""" % (self.mw.deck.sched.finishedMsg(), </center>""" % (self.mw.deck.sched.finishedMsg(),
self.mw.button(key="o", name=_("Overview"), link="ov", id='ov'), self.mw.button(key="o", name=_("Overview"), link="ov", id='ov'))
self.mw.button(key="o", name=_("Deck List"), link="dlist"))
self.web.stdHtml(buf, css=self.mw.sharedCSS) self.web.stdHtml(buf, css=self.mw.sharedCSS)
runHook('deckFinished') runHook('deckFinished')