TheDesk Akane (16.1.0)

This commit is contained in:
cutls
2018-09-11 03:59:44 +09:00
parent 75fb2e202a
commit f381d71239
20 changed files with 460 additions and 868 deletions

View File

@@ -134,8 +134,7 @@ function data(domain) {
$("#ins-user").text(json.stats.user_count);
$("#ins-ver").text(json.version);
$("#ins-prof").attr('src', json.thumbnail);
$("#ins-admin").text(json.contact_account.username);
$("#ins-admin").text(json.contact_account.display_name+"("+json.contact_account.acct+")");
$("#ins-admin").text(escapeHTML(json.contact_account.display_name)+"("+json.contact_account.acct+")");
$("#ins-admin").attr("href","index.html?mode=user&code="+json.contact_account.username+"@"+domain);
}
});