diff --git a/lib/ComicBook.js b/lib/ComicBook.js index 5f5efe2..acab38a 100644 --- a/lib/ComicBook.js +++ b/lib/ComicBook.js @@ -127,7 +127,10 @@ function ComicBook(id, srcs, opts) { var i = 0; // the current page counter for this method - $(canvas).after('

'); + // show load status panel + if ($("#status").length === 0) { + $(canvas).after('

'); + } // I am using recursion instead of a forEach loop so that the next image is // only loaded when the previous one has completely finished