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 ####### */ /* ##################### */