mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 20:00:10 +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>')
|
||||
.addClass('dir')
|
||||
.click(function(){
|
||||
// XXX we should use pop here...
|
||||
if(that.traversable){
|
||||
that
|
||||
.update(cur.slice(0, -1))
|
||||
.done(function(){
|
||||
that.select('"'+cur.pop()+'"')
|
||||
})
|
||||
that.update(cur.join('/'))
|
||||
}
|
||||
})
|
||||
.text(e))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user