Merge branch 'main' into main

This commit is contained in:
Ole Eskild Steensen 2023-01-09 17:12:17 +01:00 committed by GitHub
commit 4487444510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,6 @@
</g>
</svg>`;
function debounce(func, wait, immediate) {
var timeout;
return function() {