From eea7017e326247515ab7b40d17171dd7525806bb Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Sun, 14 Jun 2020 22:01:01 +0200 Subject: [PATCH] update So 14. Jun 22:01:01 CEST 2020 --- public/js/client_waip.js | 2 +- server/routing.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/public/js/client_waip.js b/public/js/client_waip.js index 7aa39ad..0af45ce 100644 --- a/public/js/client_waip.js +++ b/public/js/client_waip.js @@ -663,7 +663,7 @@ $(document).ready(function () { $('.clock_y').css('left', newq[1]); // langsam verschieben animateDiv(); - }, 500); + }, 1000); }); // neue Random-Position fuer Uhrzeit ermitteln diff --git a/server/routing.js b/server/routing.js index 7877df7..7408468 100755 --- a/server/routing.js +++ b/server/routing.js @@ -55,8 +55,6 @@ module.exports = function (app, sql, uuidv4, app_cfg, passport, auth, waip, udp, next(err); }); - - /* ##################### */ /* ####### Login ####### */ /* ##################### */