From 22df41b69ba4d4d67323094eee0bb6bbcfe0af39 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Thu, 3 Jun 2021 11:30:31 +0200
Subject: [PATCH] WIP: fix paging

---
 src/core/js/webcaosdb.js | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/core/js/webcaosdb.js b/src/core/js/webcaosdb.js
index 6d374824..f2027730 100644
--- a/src/core/js/webcaosdb.js
+++ b/src/core/js/webcaosdb.js
@@ -1867,18 +1867,12 @@ this.user_management = function ($, connection, createWaitingNotification, creat
     };
 }($, connection, createWaitingNotification, createErrorNotification);
 
-/**
- * When the page is scrolled down 100 pixels, the scroll-back button appears.
- * 
- * @return FIXME
- */
 
 /**
- * Every initial function calling is done here.
- * 
- * @return TODO
+ * Initialize all the submodules.
  */
 function initOnDocumentReady() {
+    paging.init();
     hintMessages.init();
 
     // init query form
-- 
GitLab