1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2026-03-14 13:55:44 +01:00

Declaring functions according to good practices and using let instead of

var and mutualisation function with common.js
This commit is contained in:
Vincent LAURENT 2024-10-02 11:43:34 +02:00
commit b5404a3226
4 changed files with 77 additions and 94 deletions

View file

@ -148,6 +148,7 @@
'Page' => _('Page')
]); ?>;
</script>
<script src="<?php echo $REVERSE_PROXY_URL; ?>/js/common.js?<?php echo ($COMMIT) ? $COMMIT : filemtime($ROOT."/public/js/common.js") ?>"></script>
<script src="<?php echo $REVERSE_PROXY_URL; ?>/js/organization.js?<?php echo ($COMMIT) ? $COMMIT : filemtime($ROOT."/public/js/organization.js") ?>"></script>
<script src="<?php echo $REVERSE_PROXY_URL; ?>/vendor/pdf-lib.min.js?1.17.1"></script>
</body>