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

This commit is contained in:
timurgordon
2022-09-09 13:35:50 +03:00
100 changed files with 215 additions and 16 deletions

View File

@@ -93,3 +93,7 @@ window.onload = function () {
document.getElementById("filter-btn").addEventListener('click', toggleFilter);
document.getElementById("mobile-learn-btn").addEventListener('click', toggleMenu);
}
function openInNewTab(url) {
window.open(url, '_blank').focus()
}