Merge branch 'copy_to_clipboard'

This commit is contained in:
Lionel Laffineur 2023-07-01 20:18:00 +02:00
commit abb4047135

View file

@ -193,4 +193,5 @@ function page_footer($missing = "") {
<?php
echo script("setupSubmitHighlight(document);");
echo script("setupCopyToClipboard(document);");
echo "</body>\n</html>";
}