diff --git a/search/js/result.js b/search/js/result.js index bfd81f4851efd8655416cd4065f0f35e422d1f06..780f513edcf08b03b84f51eae4f5f1250c6bff89 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 } }); }