mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
added doc + reached 9999 LOC of JS :)
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c44dfee6f6
commit
88d3a3accf
4
ui/ui.js
4
ui/ui.js
@ -483,6 +483,10 @@ var FIELD_TYPES = {
|
|||||||
field.find('.path').val(p[0].path)
|
field.find('.path').val(p[0].path)
|
||||||
}
|
}
|
||||||
file.detach()
|
file.detach()
|
||||||
|
// focus+select the path...
|
||||||
|
// NOTE: this is here to enable fast select-open
|
||||||
|
// keyboard cycle (tab, enter, <select path>,
|
||||||
|
// enter, enter)...
|
||||||
field.find('.path')
|
field.find('.path')
|
||||||
.focus()
|
.focus()
|
||||||
.select()
|
.select()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user