зеркало из https://github.com/mozilla/pjs.git
show an alert if we fail to get a document uri (bug 126258) r=cmanske, sr=kin
This commit is contained in:
Родитель
8ac92b6724
Коммит
a85efa0e40
|
@ -1515,7 +1515,10 @@ function Publish(publishData)
|
|||
|
||||
gPublishData.docURI = CreateURIFromPublishData(publishData, true);
|
||||
if (!gPublishData.docURI)
|
||||
{
|
||||
AlertWithTitle(GetString("Publish"), GetString("PublishFailed"));
|
||||
return false;
|
||||
}
|
||||
|
||||
if (gPublishData.publishOtherFiles)
|
||||
gPublishData.otherFilesURI = CreateURIFromPublishData(publishData, false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче