add / to url to match route
This commit is contained in:
parent
6ca9e27438
commit
331f9cb98d
|
@ -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…
Reference in New Issue