show toolbar by default

This commit is contained in:
Bala Clark 2013-03-19 20:42:03 +01:00
parent e9c7788886
commit 73752691a0
2 changed files with 2 additions and 2 deletions

View file

@ -327,7 +327,7 @@ function ComicBook(id, srcs, opts) {
$(canvas)
.before(this.getControl("loadingOverlay"))
.before(this.getControl("status"))
.after(this.getControl("toolbar").hide())
.after(this.getControl("toolbar"))
.after(this.getControl("navigation").left)
.after(this.getControl("navigation").right)
.after(this.getControl("color").hide());