зеркало из https://github.com/mozilla/pjs.git
Fix for bug 75581 - 'When attaching a webpage in mail, we prefill the field bar with 0, instead of null' r=sspitzer@netscape.com r=varada@netscape.com sr=sspitzer@netscape.com
This commit is contained in:
Родитель
d09a3df42f
Коммит
21ba60fc2c
|
@ -1516,7 +1516,7 @@ function AttachPage()
|
|||
{
|
||||
if (promptService)
|
||||
{
|
||||
var result = {value:0};
|
||||
var result = {value:""};
|
||||
if (promptService.prompt(
|
||||
window,
|
||||
gComposeMsgsBundle.getString("attachPageDlogTitle"),
|
||||
|
|
Загрузка…
Ссылка в новой задаче