Delete unnecessary code

This commit is contained in:
sienori 2018-04-17 12:57:24 +09:00
parent 4087805392
commit 2795eda187

View file

@ -56,12 +56,6 @@ function alphabeticallySort(a, b) {
}
}
/*
//Firefoxの仕様上popup.htmlでfocusが効かないため使えない
textarea.focus();
document.execCommand("paste");
*/
//翻訳先言語変更時に更新
function changeLang() {
targetLang = langList.value;