Fix message error

This commit is contained in:
Laurent Destailleur 2018-06-11 10:40:57 +02:00
parent b5586af56e
commit eb8d67483b
2 changed files with 2 additions and 6 deletions

View File

@ -81,4 +81,5 @@ WebsiteRootOfImages=Root directory for website images
SubdirOfPage=Sub-directory dedicated to page
AliasPageAlreadyExists=Alias page <strong>%s</strong> already exists
CorporateHomePage=Corporate Home page
EmptyPage=Empty page
EmptyPage=Empty page
ExternalURLMustStartWithHttp=External URL must start with http:// or https://

View File

@ -1731,11 +1731,6 @@ if (count($object->records) > 0)
jQuery("#previewsiteext").attr("href",newurl);
jQuery("#previewpageext").attr("href",newpage);
if (! newurl.startsWith("http"))
{
return false;
}
});
});
</script>';