mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 14:04:45 -04:00
More changes. Improves styles.
This commit is contained in:
parent
cb9341451b
commit
d6c5696f96
16 changed files with 130 additions and 151 deletions
|
@ -66,7 +66,7 @@ modulejs.define('view/extended', ['_', '$', 'core/settings', 'core/resource', 'c
|
|||
}
|
||||
}
|
||||
|
||||
if (entry.isParentFolder) {
|
||||
if (entry.isCurrentParentFolder()) {
|
||||
$imgSmall.attr('src', resource.icon('folder-parent'));
|
||||
$imgBig.attr('src', resource.icon('folder-parent', true));
|
||||
if (!settings.setParentFolderLabels) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue