From 24f4180ce014ad817e85b203fe5e5e360086b626 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 13 Dec 2015 03:18:12 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ui (gen4)/lib/widget/browse.js b/ui (gen4)/lib/widget/browse.js index c6462438..cc009902 100755 --- a/ui (gen4)/lib/widget/browse.js +++ b/ui (gen4)/lib/widget/browse.js @@ -685,13 +685,8 @@ var BrowserPrototype = { p.append($('
') .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))