Spaces:
Runtime error
Runtime error
Update share_btn.py
Browse files- share_btn.py +2 -0
share_btn.py
CHANGED
@@ -85,4 +85,6 @@ ${htmlImgsMd}
|
|
85 |
shareBtnEl.style.removeProperty('pointer-events');
|
86 |
shareIconEl.style.removeProperty('display');
|
87 |
loadingIconEl.style.display = 'none';
|
|
|
|
|
88 |
}"""
|
|
|
85 |
shareBtnEl.style.removeProperty('pointer-events');
|
86 |
shareIconEl.style.removeProperty('display');
|
87 |
loadingIconEl.style.display = 'none';
|
88 |
+
|
89 |
+
console.log("hello")
|
90 |
}"""
|