Spaces:
Running
Running
yizhangliu
commited on
Commit
·
51ec104
1
Parent(s):
b459c2e
Update share_btn.py
Browse files- share_btn.py +0 -1
share_btn.py
CHANGED
@@ -81,7 +81,6 @@ share_js = """async () => {
|
|
81 |
});
|
82 |
|
83 |
const paramsStr = params.toString();
|
84 |
-
alert(`${window.location.href}`);
|
85 |
window.open(`${window.location.href}/discussions/new?${paramsStr}`, '_blank');
|
86 |
shareBtnEl.style.removeProperty('pointer-events');
|
87 |
shareIconEl.style.removeProperty('display');
|
|
|
81 |
});
|
82 |
|
83 |
const paramsStr = params.toString();
|
|
|
84 |
window.open(`${window.location.href}/discussions/new?${paramsStr}`, '_blank');
|
85 |
shareBtnEl.style.removeProperty('pointer-events');
|
86 |
shareIconEl.style.removeProperty('display');
|