diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-09-17 18:45:38 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-09-17 18:45:38 +0200 |
commit | c2e413e8528835929e6ca60ade0f5a3ad7a210bd (patch) | |
tree | 081fae7893848d4b581a94473f68daf805fccc92 /search | |
parent | 8bdafaf4e0b14d1437612483a6187c21533846db (diff) | |
download | nextcloud-server-c2e413e8528835929e6ca60ade0f5a3ad7a210bd.tar.gz nextcloud-server-c2e413e8528835929e6ca60ade0f5a3ad7a210bd.zip |
add fixme
Diffstat (limited to 'search')
-rw-r--r-- | search/js/result.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search/js/result.js b/search/js/result.js index bfd81f4851e..780f513edcf 100644 --- a/search/js/result.js +++ b/search/js/result.js @@ -91,7 +91,7 @@ OC.search.showResults=function(results){ } $('#searchresults').on('click', 'result', function () { if ($(this).data('type') === 'Files') { - + //FIXME use ajax to navigate to folder & highlight file } }); } |