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
8c69e7497f
commit
0ec9de15a1
@ -470,6 +470,7 @@ var BrowserPrototype = {
|
||||
// dialog...
|
||||
var dialog = document.createElement('div')
|
||||
dialog.classList.add('browse-widget')
|
||||
dialog.setAttribute('tab-index', '0')
|
||||
|
||||
// header...
|
||||
options.hideListHeader
|
||||
@ -493,6 +494,9 @@ var BrowserPrototype = {
|
||||
header.classList.add('path', 'v-block')
|
||||
|
||||
// XXX path...
|
||||
var dir = document.createElement('div')
|
||||
dir.classList.add('dir', 'cur')
|
||||
header.appendChild(dir)
|
||||
|
||||
// XXX search...
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user