Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/search
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-09-17 20:45:38 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-09-17 20:45:38 +0400
commitc2e413e8528835929e6ca60ade0f5a3ad7a210bd (patch)
tree081fae7893848d4b581a94473f68daf805fccc92 /search
parent8bdafaf4e0b14d1437612483a6187c21533846db (diff)
add fixme
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
}
});
}