Become a No-Coder
Ebooks
Recent articles
No-Code in 2021
5 days ago
No-Code en 2021
5 days ago
HelloGuru en el 2020
20 days ago
HelloGuru: What Happened in 2020
20 days ago
Tags
Bubble
bugs
colaboración
Collaboration
Communication
Comunicación
Coronavirus
COVID-19
Creatividad
bugs
3 posts with this tag
No-Code
Managing failure
5 months ago
•
3 min read
Lidiar con el fracaso
5 months ago
•
3 min read
No-Code
The Disaster Artist (or how to anticipate No-Code errors)
8 months 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(); } }