Fixed undefined error in popup.js
This commit is contained in:
parent
578fe7c56a
commit
20e49783ff
|
@ -68,7 +68,7 @@ function changeLang() {
|
|||
if (sourceWord !== "") {
|
||||
translate();
|
||||
}
|
||||
if (url !== "") showLink();
|
||||
if (typeof (url) != "undefined") showLink();
|
||||
}
|
||||
|
||||
//アクティブなタブを取得して渡す
|
||||
|
|
Loading…
Reference in a new issue