Merge branch 'development' of https://github.com/threefoldfoundation/www_threefold_io into development

This commit is contained in:
samtaggart
2024-03-06 16:04:44 +03:00

View File

@@ -141,6 +141,9 @@ window.onload = function () {
handleClick(button); handleClick(button);
}); });
}); });
document.getElementById("filter-btn").addEventListener('click', toggleFilter);
document.getElementById("mobile-learn-btn").addEventListener('click', toggleMenu);
}; };
function openInNewTab(url) { function openInNewTab(url) {