Fix links

This commit is contained in:
samaradel
2022-09-08 12:43:35 +02:00
parent 19e93c3988
commit 1d547e591f
4 changed files with 13 additions and 9 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()
}