Skip to content

Commit

Permalink
Force js update
Browse files Browse the repository at this point in the history
  • Loading branch information
wincelau committed May 2, 2023
1 parent a1509a5 commit fee27a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/metadata.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion templates/organization.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion templates/signature.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit fee27a0

Please sign in to comment.