1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-21 23:26:38 +02:00

Force js update

This commit is contained in:
Vincent LAURENT 2023-05-03 01:49:14 +02:00
parent a1509a554f
commit fee27a0311
3 changed files with 3 additions and 3 deletions

View file

@ -102,6 +102,6 @@
<script>
var defaultFields = <?php echo json_encode(isset($METADATA_DEFAULT_FIELDS) ? $METADATA_DEFAULT_FIELDS : array()); ?>;
</script>
<script src="/js/metadata.js?202304201611"></script>
<script src="/js/metadata.js?202304030148"></script>
</body>
</html>

View file

@ -157,6 +157,6 @@
<script>
var maxSize = <?php echo $maxSize ?>;
</script>
<script src="/js/organization.js?202212070154"></script>
<script src="/js/organization.js?202304030148"></script>
</body>
</html>

View file

@ -265,6 +265,6 @@
hash = "<?php echo $hash ?>";
<?php endif; ?>
</script>
<script src="/js/signature.js?202304030103"></script>
<script src="/js/signature.js?202304030148"></script>
</body>
</html>