mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 882319 - Page load fixes for first release. r=nalexander
This commit is contained in:
parent
68f11f8588
commit
36f15f3418
@ -73,7 +73,7 @@ let healthReportWrapper = {
|
||||
},
|
||||
|
||||
updatePrefState: function () {
|
||||
console.log("AboutHealthReport: page requested pref state.");
|
||||
console.log("AboutHealthReport: sending pref state to page.");
|
||||
try {
|
||||
let prefs = {
|
||||
enabled: sharedPrefs.getBoolPref(PREF_UPLOAD_ENABLED),
|
||||
@ -142,7 +142,7 @@ let healthReportWrapper = {
|
||||
iframe.addEventListener("RemoteHealthReportCommand",
|
||||
function onCommand(e) {healthReportWrapper.handleRemoteCommand(e);},
|
||||
false);
|
||||
healthReportWrapper.updatePrefState();
|
||||
healthReportWrapper.injectData("begin", null);
|
||||
},
|
||||
|
||||
// error handling
|
||||
|
Loading…
Reference in New Issue
Block a user