[Pkg-owncloud-commits] [owncloud] 36/258: add / to url to match route

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:22:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 1f2550e3daf5180c046ad72ab588ea7b74e58a41
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date:   Thu Sep 4 13:58:37 2014 +0200

    add / to url to match route
---
 search/js/result.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/search/js/result.js b/search/js/result.js
index 857b4fe..13be0b5 100644
--- a/search/js/result.js
+++ b/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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list