update Mo 4. Mai 16:01:01 CEST 2020
This commit is contained in:
parent
30c8992599
commit
15eabd37e9
@ -489,7 +489,12 @@ setInterval(set_clock, 1000);
|
||||
|
||||
// Uhrzeit verschieben
|
||||
$(document).ready(function () {
|
||||
|
||||
|
||||
setTimeout(function () {
|
||||
var newq = makeNewPosition();
|
||||
$('.clock_y').css('top', newq[0]);
|
||||
$('.clock_y').css('left', newq[1]);
|
||||
animateDiv();
|
||||
}, 1000);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user