om-app commited on
Commit
8c02cff
·
1 Parent(s): 53472e0

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +1 -1
share_btn.py CHANGED
@@ -10,7 +10,7 @@ loading_icon_html = """<svg id="share-btn-loading-icon" style="display:none;" cl
10
 
11
  share_js = """
12
 
13
- alert("Long press on image to download it.")
14
 
15
  """
16
 
 
10
 
11
  share_js = """
12
 
13
+ console.log("Long press on image to download it.")
14
 
15
  """
16