add / to url to match route

remotes/origin/fix-10825
Jörn Friedrich Dreyer 12 years ago
parent 6ca9e27438
commit 331f9cb98d
  1. 2
      search/js/result.js

@ -80,7 +80,7 @@ OC.search.showResults=function(results){
containerName = '/';
}
var containerLink = OC.linkTo('files', 'index.php')
+'?dir='+encodeURIComponent(parent)
+'/?dir='+encodeURIComponent(parent)
+'&scrollto='+encodeURIComponent(type[i].name);
row.find('td.result a')
.attr('href', containerLink)

Loading…
Cancel
Save