Fix TheDesk Oshirase

This commit is contained in:
Cutls 2019-05-22 23:39:55 +09:00
parent bcb358cc8b
commit dd8e89234c

View File

@ -162,8 +162,8 @@ function verck(ver) {
break;
} else {
var show = true;
if (obj.Toot != "") {
var toot = '<button class="btn-flat toast-action" onclick="detEx(\'' + obj.Toot + '\',\'main\')">Show</button>';
if (obj.toot != "") {
var toot = '<button class="btn-flat toast-action" onclick="detEx(\'' + obj.toot + '\',\'main\')">Show</button>';
} else {
var toot = "";
}