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.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/js/fulltextsearch.v1.navigation.js b/js/fulltextsearch.v1.navigation.js
index d03e047..f9de445 100644
--- a/js/fulltextsearch.v1.navigation.js
+++ b/js/fulltextsearch.v1.navigation.js
@@ -57,15 +57,6 @@ var curr = {
var nav = {
- failedToAjax: function () {
- // OCA.notification.onFail(
- // 'Failed to connect to cloud, page will refresh within few seconds');
- // window.setTimeout(function () {
- // window.location.reload(true);
- // }, 4000);
- },
-
-
manageDivProviderNavigation: function (divProviderNavigation, request, meta) {
var maxPage = Math.ceil(meta.total / request.size);