зеркало из https://github.com/mozilla/pjs.git
fix for #93005. pre-flight the "attach a web page" dialog with "http://".
fix by stephend. r=varada, sr=sspitzer
This commit is contained in:
Родитель
873569d370
Коммит
4c83a60ec9
|
@ -1775,7 +1775,7 @@ function AttachPage()
|
|||
{
|
||||
if (promptService)
|
||||
{
|
||||
var result = {value:""};
|
||||
var result = {value:"http://"};
|
||||
if (promptService.prompt(
|
||||
window,
|
||||
gComposeMsgsBundle.getString("attachPageDlogTitle"),
|
||||
|
|
Загрузка…
Ссылка в новой задаче