add a note to look for blocked popups
All checks were successful
/ weblog.lol (push) Successful in 9s
All checks were successful
/ weblog.lol (push) Successful in 9s
This commit is contained in:
parent
b6bd043b1e
commit
6f33797982
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Location: /share.js
|
|||
const SUBSCRIBE_LINK_REL = 'http://ostatus.org/schema/1.0/subscribe'
|
||||
function share(uri, handle) {
|
||||
if(!handle){
|
||||
handle = prompt("Please enter your fediverse / mastodon handle (e.g. '@user@domain.social')", "@")
|
||||
handle = prompt("Please enter your fediverse / mastodon handle (e.g. '@user@domain.social')\n(remember to look for blocked pop-ups)", "@")
|
||||
}
|
||||
|
||||
if(handle) {
|
||||
|
|
Loading…
Reference in a new issue