Delete unnecessary code
This commit is contained in:
parent
4087805392
commit
2795eda187
|
@ -56,12 +56,6 @@ function alphabeticallySort(a, b) {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
//Firefoxの仕様上popup.htmlでfocusが効かないため使えない
|
||||
textarea.focus();
|
||||
document.execCommand("paste");
|
||||
*/
|
||||
|
||||
//翻訳先言語変更時に更新
|
||||
function changeLang() {
|
||||
targetLang = langList.value;
|
||||
|
|
Loading…
Reference in a new issue