diff --git a/ui (gen4)/lib/widget/browse.js b/ui (gen4)/lib/widget/browse.js index 650f34eb..6da08967 100755 --- a/ui (gen4)/lib/widget/browse.js +++ b/ui (gen4)/lib/widget/browse.js @@ -826,7 +826,7 @@ var BrowserPrototype = { // restore selection if path did not change... } else if(path instanceof Array && path.length == this.path.length - && path.filter(function(e, i){ return e != this.path[i] }).length == 0){ + && path.filter(function(e, i){ return e != that.path[i] }).length == 0){ var selection = this.selected // no selection...