show toolbar by default
This commit is contained in:
parent
e9c7788886
commit
73752691a0
2 changed files with 2 additions and 2 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue