%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
(function($) { const toasts = ['success', 'warning', 'info', 'error'] $('#mobile-demo').on('touchstart click touchmove', function() { $('.scroll-pane').jScrollPane(); }); $('.collapsible-body, .collapsible-header').on('mouseenter', function() { $('.scroll-pane').jScrollPane(); }); $('#side-bar').on('mouseenter scroll', function() { $('.scroll-pane').jScrollPane(); }).mouseleave( function() { const jsp = $('.scroll-pane').data('jsp') if (jsp) { jsp.destroy(); } } ); $('.collapsible-body > .active').closest('.scrollspy').addClass('active'); window.addEventListener('load', function() { var collapsible = document.querySelectorAll('.collapsible:not(.no-autoinit)'); M.Collapsible.init(collapsible, { accordion: false }); var sidenav = document.querySelectorAll('.sidenav:not(.no-autoinit)'); M.Sidenav.init(sidenav); var elems = document.querySelectorAll('.dropdown-trigger:not(.no-autoinit)'); M.Dropdown.init(elems); $('select').not('.empty-form select, .selector-available select, .selector-chosen select, .admin-autocomplete, .no-autoinit') .formSelect(); for(const toast of toasts) { const messages = $(`.messagelist > .${toast}`); for(let message of messages) { M.toast({ html: message.innerText, classes: `rounded ${toast}-toast`, displayLength: 10000 }); } } $('img[src$="icon-yes.svg"]').replaceWith('<i class="material-icons green-color medium-icon">check_circle</i>'); $('img[src$="icon-no.svg"]').replaceWith('<i class="material-icons red-color medium-icon">highlight_off</i>'); $('img[src$="icon-unknown.svg"]').replaceWith('<i class="material-icons medium-icon">help_outline</i>'); }); })(jQuery);