2
0

_events.foot.php 459 B

12345678910111213
  1. <script src="<?php cache::printFileWithTime("libs/bootstrap/js/bootstrap.min.js") ?>"></script>
  2. <script src="<?php cache::printFileWithTime("libs/qrcode-reader/js/qrcode-reader.js") ?>"></script>
  3. <script src="<?php cache::printFileWithTime("js/confirmation.js") ?>"></script>
  4. <script src="<?php cache::printFileWithTime("js/logout.js") ?>"></script>
  5. <?php pwa::printServiceWorker(); ?>
  6. </body>
  7. </html>
  8. <?php
  9. alert::destroyAlert();
  10. ?>