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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/fulltextsearch.v1.navigation.js')
-rw-r--r--js/fulltextsearch.v1.navigation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/fulltextsearch.v1.navigation.js b/js/fulltextsearch.v1.navigation.js
index 5ec7826..21b0910 100644
--- a/js/fulltextsearch.v1.navigation.js
+++ b/js/fulltextsearch.v1.navigation.js
@@ -210,7 +210,7 @@ var nav = {
fillDivResult: function (divResult, entry) {
divResult.find('#title').text(entry.title);
- divResult.find('#score').text(entry.score);
+ // divResult.find('#score').text(entry.score);
nav.fillDivResultExcepts(divResult, entry);