add fixme

This commit is contained in:
Jörn Friedrich Dreyer 2013-09-17 18:45:38 +02:00
parent 8bdafaf4e0
commit c2e413e852
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
});
}