b=119574 r=rods sr=attinasi a=asa. Fixed some alerts.. dump the data instead.

This commit is contained in:
dcone%netscape.com 2002-03-19 02:04:28 +00:00
Родитель cb51c6abda
Коммит 89232f71b8
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -210,7 +210,7 @@ function GetPrintSettings(webBrowserPrint)
} }
} }
} catch (e) { } catch (e) {
alert("GetPrintSettings "+e); dump("GetPrintSettings "+e);
} }
return gPrintSettings; return gPrintSettings;
@ -269,7 +269,7 @@ function BrowserPrintSetup()
} }
} catch (e) { } catch (e) {
alert("BrowserPrintSetup "+e); dump("BrowserPrintSetup "+e);
} }
} }