зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1377740 - Only set the url when the link exists n?nechen r=nechen
MozReview-Commit-ID: AqChrNYGChw --HG-- extra : rebase_source : 1e2856ee16f31080dc428c82e159a296a5b0c02c
This commit is contained in:
Родитель
f81a14f910
Коммит
3ceadf693d
|
@ -54,7 +54,9 @@ function init() {
|
|||
links.forEach(function(link) {
|
||||
let url = formatter.formatURLPref(link.pref);
|
||||
let element = document.getElementById(link.id);
|
||||
element.setAttribute("href", url);
|
||||
if (element) {
|
||||
element.setAttribute("href", url);
|
||||
}
|
||||
});
|
||||
} catch (ex) {}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче