mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 11:50:07 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4c424e1b33
commit
24f4180ce0
@ -685,13 +685,8 @@ var BrowserPrototype = {
|
|||||||
p.append($('<div>')
|
p.append($('<div>')
|
||||||
.addClass('dir')
|
.addClass('dir')
|
||||||
.click(function(){
|
.click(function(){
|
||||||
// XXX we should use pop here...
|
|
||||||
if(that.traversable){
|
if(that.traversable){
|
||||||
that
|
that.update(cur.join('/'))
|
||||||
.update(cur.slice(0, -1))
|
|
||||||
.done(function(){
|
|
||||||
that.select('"'+cur.pop()+'"')
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.text(e))
|
.text(e))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user