Merge pull request #1754 from softworkz/MiniFix
Micro-fixes for logging instance creation exceptions
This commit is contained in:
commit
57631a11ff
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
|||
|
||||
if (images.length) {
|
||||
$('#screenshotsContainer', page).show();
|
||||
renderImages(page, item, images, imageProviders, $('#screenshots', page));
|
||||
renderImages(page, item, images, imageProviders, page.querySelector('#screenshots'));
|
||||
} else {
|
||||
$('#screenshotsContainer', page).hide();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue