Browse Source

add fixme

remotes/origin/stable6
Jörn Friedrich Dreyer 12 years ago
parent
commit
c2e413e852
  1. 2
      search/js/result.js

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

Loading…
Cancel
Save