Update for big supprise!

This commit is contained in:
cutls
2018-07-05 10:26:07 +09:00
parent ca3aff674d
commit 5c39443d92
11 changed files with 50 additions and 13 deletions

View File

@@ -167,7 +167,7 @@ function parse(obj, mix, acct_id, tlid, popup) {
datetype) +
'</span><i class="big-text fa '+icon+'"></i><a onclick="udg(\'' + toot.account.id +
'\',\'' + acct_id + '\')" class="pointer grey-text">' + dis_name +
"(" + toot.account.acct +
"(@" + toot.account.acct +
")</a>";
var notice = noticetext;
var memory = localStorage.getItem("notice-mem");
@@ -223,7 +223,7 @@ function parse(obj, mix, acct_id, tlid, popup) {
}else if(localStorage.getItem("domain_" + acct_id)=="mstdn.osaka" && !locale){
rebtxt = "がしばいた";
}
var notice = '<i class="big-text fa '+rticon+'"></i>'+ dis_name + "(" + toot.account.acct +
var notice = '<i class="big-text fa '+rticon+'"></i>'+ dis_name + "(@" + toot.account.acct +
")<br>";
var boostback = "shared";
var toot = toot.reblog;

View File

@@ -127,7 +127,7 @@ function trend(){
}).then(function(response) {
return response.json();
}).catch(function(error) {
todo(error);
//todo(error);
console.error(error);
}).then(function(json) {
var tags = "";