om-app commited on
Commit
18c6d6e
·
1 Parent(s): 185d025

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +2 -2
share_btn.py CHANGED
@@ -10,8 +10,8 @@ loading_icon_html = """<svg id="share-btn-loading-icon" style="display:none;" cl
10
 
11
  share_js = """
12
 
13
- console.log("alert");
14
- alert("this is alert");
15
 
16
  """
17
 
 
10
 
11
  share_js = """
12
 
13
+ console.log("alert")
14
+ alert("this is alert")
15
 
16
  """
17