mirror of
https://github.com/flynx/ImageGrid.git
synced 2026-01-01 16:01:08 +00:00
fixed action...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5075cfe2e9
commit
fbaef507e6
@ -319,7 +319,8 @@ function prev(browser){
|
|||||||
function action(browser){
|
function action(browser){
|
||||||
browser = browser || $('.browse')
|
browser = browser || $('.browse')
|
||||||
|
|
||||||
alert('/' + getPath(browser).concat(['']).join('/'))
|
var cur = select('!', browser).text()
|
||||||
|
alert('/' + getPath(browser).concat(cur == '' ? [cur] : [cur, '']).join('/'))
|
||||||
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user