зеркало из https://github.com/mozilla/pjs.git
current changes. worked on conflict resolution, mostly
This commit is contained in:
Родитель
abe0da9f95
Коммит
c4e1543dc7
|
@ -47,7 +47,7 @@ var gData; // for structure, see RegistryToData()
|
||||||
function Unload()
|
function Unload()
|
||||||
{
|
{
|
||||||
UIToData();
|
UIToData();
|
||||||
parent.roaming.verifyData();
|
//parent.roaming.verifyData();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* *sigh*!!! when the user clicks OK in another pane,
|
/* *sigh*!!! when the user clicks OK in another pane,
|
||||||
|
@ -118,7 +118,7 @@ RoamingPrefs.prototype =
|
||||||
{
|
{
|
||||||
UIToData();
|
UIToData();
|
||||||
}
|
}
|
||||||
//this.verifyData();
|
this.verifyData();
|
||||||
this.dataToRegistry();
|
this.dataToRegistry();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче