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.result.js')
-rw-r--r--js/fulltextsearch.v1.result.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/fulltextsearch.v1.result.js b/js/fulltextsearch.v1.result.js
index b6bcd88..daa5f83 100644
--- a/js/fulltextsearch.v1.result.js
+++ b/js/fulltextsearch.v1.result.js
@@ -50,6 +50,10 @@ var result = {
},
+ displayError: function (res) {
+ },
+
+
displayNoResult: function () {
settings.divNoResult.fadeTo(settings.delay_result, 1);
settings.resultContainer.find('.provider_header').each(function () {