hide toolbar in the right place
This commit is contained in:
parent
d0b90f9ca3
commit
b6ce29bfd0
1 changed files with 1 additions and 2 deletions
|
@ -183,7 +183,6 @@ function ComicBook(id, srcs, opts) {
|
||||||
.addClass("cb-control cb-always-on"),
|
.addClass("cb-control cb-always-on"),
|
||||||
|
|
||||||
toolbar: $(document.createElement("div"))
|
toolbar: $(document.createElement("div"))
|
||||||
.hide()
|
|
||||||
.attr("id", "cb-toolbar")
|
.attr("id", "cb-toolbar")
|
||||||
.addClass("cb-control")
|
.addClass("cb-control")
|
||||||
.append(
|
.append(
|
||||||
|
@ -317,7 +316,7 @@ function ComicBook(id, srcs, opts) {
|
||||||
$(canvas)
|
$(canvas)
|
||||||
.before(this.getControl("loadingOverlay"))
|
.before(this.getControl("loadingOverlay"))
|
||||||
.before(this.getControl("status"))
|
.before(this.getControl("status"))
|
||||||
.after(this.getControl("toolbar"))
|
.after(this.getControl("toolbar").hide())
|
||||||
.after(this.getControl("navigation").left)
|
.after(this.getControl("navigation").left)
|
||||||
.after(this.getControl("navigation").right)
|
.after(this.getControl("navigation").right)
|
||||||
.after(this.getControl("color").hide());
|
.after(this.getControl("color").hide());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue