Become a No-Coder
Ebooks
Recent articles
La importancia del diseño en tu negocio
4 days ago
The importance of design in your online business
4 days ago
¡Nuevo curso! Crea apps con Adalo
18 days ago
New Course! Create Mobile Apps with Adalo
18 days ago
Tags
Adalo
AI
Aplicaciones móviles
Bubble
bugs
colaboración
Collaboration
Communication
Comunicación
Comunicación
3 posts with this tag
HelloGuru en el 2020
4 months ago
•
2 min read
Mejora tu proyecto con estas cinco herramientas
10 months ago
•
6 min read
Saber comunicarse
a year 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(); } }