Add: featured tag

This commit is contained in:
Cutls
2019-09-09 23:26:57 +09:00
parent e04b64a326
commit 286e7956f2
4 changed files with 26 additions and 6 deletions

View File

@@ -286,10 +286,6 @@ function support() {
templete = '<a onclick="login(\'' + key +
'\')" class="collection-item pointer transparent">' + idata[key + "_name"] + '(' + key + ')</a>';
$("#support").append(templete);
} else if (instance == "misskey") {
templete = '<a onclick="misskeyLogin(\'' + key +
'\')" class="collection-item pointer transparent">' + idata[key + "_name"] + '(' + key + ')</a>';
$("#support").append(templete);
}
});
}