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
19 days ago
New Course! Create Mobile Apps with Adalo
19 days ago
Tags
Adalo
AI
Aplicaciones móviles
Bubble
bugs
colaboración
Collaboration
Communication
Comunicación
bugs
3 posts with this tag
No-Code
Managing failure
8 months ago
•
3 min read
Lidiar con el fracaso
8 months ago
•
3 min read
No-Code
The Disaster Artist (or how to anticipate No-Code errors)
a year ago
•
2 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(); } }