summaryrefslogtreecommitdiffstats
path: root/search
diff options
context:
space:
mode:
Diffstat (limited to 'search')
-rw-r--r--search/js/result.js2
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
}
});
}