diff --git a/PackAufgabenMonitor.php b/PackAufgabenMonitor.php index 15bb296..2f00a77 100644 --- a/PackAufgabenMonitor.php +++ b/PackAufgabenMonitor.php @@ -22,53 +22,181 @@ $Epi = new Epirent(); - - - - - $(document).ready(function () { - sizeScrollContainers(); - $(window).on('resize', sizeScrollContainers); - // Initial laden + Auto-Refresh, jeweils eigener Scroller - smartLoad($('#checkout-scroll'), $('#getCheckOutTableHolder'), 'sources/getCheckOutTable.php', 5000); - smartLoad($('#checkin-scroll'), $('#getCheckInTableHolder'), 'sources/getCheckInTable.php', 5000); - smartLoad($('#aufgaben-scroll'), $('#AufgabenTableHolder'), 'sources/getAufgabenTable.php', 30000); - }); - - +
@@ -218,7 +346,6 @@ if (UsePackingNoteDateForCheckin) { -