tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2015-12-13 03:18:12 +03:00
parent 4c424e1b33
commit 24f4180ce0

View File

@ -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))