From c2e413e8528835929e6ca60ade0f5a3ad7a210bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= <jfd@butonic.de>
Date: Tue, 17 Sep 2013 18:45:38 +0200
Subject: [PATCH] add fixme

---
 search/js/result.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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