remove debug alert

This commit is contained in:
cutls 2022-12-07 23:22:51 +09:00
parent 4ef964f539
commit 0fb7670d2d

View File

@ -601,7 +601,7 @@ function staCopy(id) {
//翻訳 //翻訳
function trans(tar, to, elem) { function trans(tar, to, elem) {
var id = elem.parents('.cvo').attr('toot-id') var id = elem.parents('.cvo').attr('toot-id')
alert(id) //alert(id)
$('#toot-this .additional').text('Loading...(Powered by Google Translate)') $('#toot-this .additional').text('Loading...(Powered by Google Translate)')
var domain = localStorage.getItem('domain_' + acct_id) var domain = localStorage.getItem('domain_' + acct_id)
if (localStorage.getItem('mode_' + domain) == 'misskey') { if (localStorage.getItem('mode_' + domain) == 'misskey') {