remove debug alert
This commit is contained in:
parent
4ef964f539
commit
0fb7670d2d
|
@ -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') {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user