mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
dfa9a741a9
commit
1e3884d8a8
@ -964,12 +964,12 @@ var TextBrowserPrototype = {
|
||||
// expanded...
|
||||
header && nested ?
|
||||
[
|
||||
header + ' v',
|
||||
'- ' + header,
|
||||
nested,
|
||||
]
|
||||
// collapsed...
|
||||
: header ?
|
||||
[ header + ' >' ]
|
||||
[ '+ ' + header ]
|
||||
// headerless...
|
||||
: nested )},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user