add / to url to match route

This commit is contained in:
Jörn Friedrich Dreyer 2014-09-04 13:58:37 +02:00
parent 6ca9e27438
commit 331f9cb98d
1 changed files with 1 additions and 1 deletions

View File

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