mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
add / to url to match route
This commit is contained in:
parent
6ca9e27438
commit
331f9cb98d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue