зеркало из https://github.com/mozilla/pjs.git
b=119574 r=rods sr=attinasi a=asa. Fixed some alerts.. dump the data instead.
This commit is contained in:
Родитель
cb51c6abda
Коммит
89232f71b8
|
@ -210,7 +210,7 @@ function GetPrintSettings(webBrowserPrint)
|
|||
}
|
||||
}
|
||||
} catch (e) {
|
||||
alert("GetPrintSettings "+e);
|
||||
dump("GetPrintSettings "+e);
|
||||
}
|
||||
|
||||
return gPrintSettings;
|
||||
|
@ -269,7 +269,7 @@ function BrowserPrintSetup()
|
|||
}
|
||||
|
||||
} catch (e) {
|
||||
alert("BrowserPrintSetup "+e);
|
||||
dump("BrowserPrintSetup "+e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче