Update index.html

This commit is contained in:
bihlink 2022-07-06 01:40:39 +02:00 committed by GitHub
parent 037c92b2f6
commit b948ccbab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
if(instype=="wordpress"){
var inUrl = 'https://' + val('urlin') + '/author/' + val('usernamein');
}
if(instype=="misskey"){
elseif(instype=="misskey"){
var inUrl = 'https://' + val('urlin') + '/@' + val('usernamein');
}
else{