Bug 1390273 - Initialize the Sync UI in popup windows. r=Gijs

MozReview-Commit-ID: IDhhXgIrwrB

--HG--
extra : rebase_source : 73e4f9c07aae5239bec1b2e8638baae065bef292
This commit is contained in:
Edouard Oger 2017-08-15 16:06:24 -04:00
Родитель e3b15be952
Коммит 6fff869e20
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -90,8 +90,7 @@ var gSync = {
},
init() {
// Bail out if we're already initialized or for pop-up windows.
if (this._initialized || !window.toolbar.visible) {
if (this._initialized) {
return;
}