Merge branch 'master' into enhance

This commit is contained in:
Bala Clark 2010-07-15 09:56:03 +00:00
commit fa74081960

View file

@ -127,7 +127,10 @@ function ComicBook(id, srcs, opts) {
var i = 0; // the current page counter for this method var i = 0; // the current page counter for this method
$(canvas).after('<div class="control" id="status"><p></p></div>'); // show load status panel
if ($("#status").length === 0) {
$(canvas).after('<div class="control" id="status"><p></p></div>');
}
// I am using recursion instead of a forEach loop so that the next image is // I am using recursion instead of a forEach loop so that the next image is
// only loaded when the previous one has completely finished // only loaded when the previous one has completely finished