We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ad0a8 commit 2286cd1Copy full SHA for 2286cd1
1 file changed
_layouts/shopping.html
@@ -95,7 +95,8 @@
95
document.arrive(".sprd-header__image", function () {
96
document.unbindArrive(".sprd-header__image"); // don't infinite loop
97
const new_element = this.cloneNode(true);
98
- new_element.href = 'https://librenms.org'
+ new_element.href = 'https://librenms.org';
99
+ new_element.style.visibility = 'hidden'; // hide it when on the website
100
this.parentNode.replaceChild(new_element, this);
101
});
102
</script>
0 commit comments