mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +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){
|
||||
browser = browser || $('.browse')
|
||||
|
||||
alert('/' + getPath(browser).concat(['']).join('/'))
|
||||
var cur = select('!', browser).text()
|
||||
alert('/' + getPath(browser).concat(cur == '' ? [cur] : [cur, '']).join('/'))
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user