Become a No-Coder
Ebooks
Recent articles
Introducing: Guru-Builder
5 days ago
Presentamos: Guru-Builder
5 days ago
Como hacer que tu equipo remoto mantenga una actitud positiva
19 days ago
How to keep a team engaged in the era of remote working
19 days ago
Tags
AI
Bubble
bugs
colaboración
Collaboration
Communication
Comunicación
Coronavirus
COVID-19
Teamwork
One post with this tag
No-Code
How to keep a team engaged in the era of remote working
19 days ago
•
3 min read
Page 1 of 1
No results for your search, try something different.
const headerTagLinks = document.querySelectorAll('.js-header-tag-link'); for (x = 0, l = headerTagLinks.length; x < l; x++) { const lang = headerTagLinks[x].getAttribute('data-slug').split('-')[1]; const shouldRemoveLink = lang !== document.documentElement.lang; if (shouldRemoveLink) { headerTagLinks[x].remove(); } }