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