update So 14. Jun 22:01:01 CEST 2020

This commit is contained in:
Robert Richter 2020-06-14 22:01:01 +02:00
parent 4852995104
commit eea7017e32
2 changed files with 1 additions and 3 deletions

View File

@ -663,7 +663,7 @@ $(document).ready(function () {
$('.clock_y').css('left', newq[1]);
// langsam verschieben
animateDiv();
}, 500);
}, 1000);
});
// neue Random-Position fuer Uhrzeit ermitteln

View File

@ -55,8 +55,6 @@ module.exports = function (app, sql, uuidv4, app_cfg, passport, auth, waip, udp,
next(err);
});
/* ##################### */
/* ####### Login ####### */
/* ##################### */