From 2795eda1871fac2849857618bb19e00dbf4aee2c Mon Sep 17 00:00:00 2001 From: sienori Date: Tue, 17 Apr 2018 12:57:24 +0900 Subject: [PATCH] Delete unnecessary code --- simple-translate/popup/popup.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/simple-translate/popup/popup.js b/simple-translate/popup/popup.js index 6583cea..7d41d58 100644 --- a/simple-translate/popup/popup.js +++ b/simple-translate/popup/popup.js @@ -56,12 +56,6 @@ function alphabeticallySort(a, b) { } } -/* -//Firefoxの仕様上popup.htmlでfocusが効かないため使えない -textarea.focus(); -document.execCommand("paste"); -*/ - //翻訳先言語変更時に更新 function changeLang() { targetLang = langList.value;