mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
add fixme
This commit is contained in:
parent
8bdafaf4e0
commit
c2e413e852
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue