Added the verleihkalender auto reload

This commit is contained in:
Pet
2018-05-15 21:26:22 +02:00
parent 37956e673d
commit d7ff42dc18

View File

@@ -13,5 +13,6 @@
<iframe style="border-width: 0;" <iframe style="border-width: 0;"
src="https://calendar.google.com/calendar/embed?src=f7i0qj89nelp59lq8panbqr2ek%40group.calendar.google.com&src=8gec92r2kpn59jqm4gclg06nrg%40group.calendar.google.com&color=%23853104" width="100%" height="100%" frameborder="0" scrolling="no"> src="https://calendar.google.com/calendar/embed?src=f7i0qj89nelp59lq8panbqr2ek%40group.calendar.google.com&src=8gec92r2kpn59jqm4gclg06nrg%40group.calendar.google.com&color=%23853104" width="100%" height="100%" frameborder="0" scrolling="no">
</iframe> </iframe>
<script language="javascript" type="text/javascript">setTimeout("location.reload();",10000);</script> <script language="javascript" type="text/javascript">setTimeout("location.reload();",60000);</script>
<!-- reloads automatically once every 60sec = 1min -->
</body> </body>