mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.2 to HEAD
18358: Merged DEV_TEMPORARY to V3.2 18177 & 18342: ETHREEOH-3979: Web Forms: Inline images within TinyMCE controls aren't displayed correctly git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18359 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -41,7 +41,8 @@ function alfresco_TinyMCE_urlconverter_callback(href, element, onsave)
|
||||
{
|
||||
if (href.startsWith(alfresco.constants.AVM_WEBAPP_URL))
|
||||
{
|
||||
result = href.substring(alfresco.constants.AVM_WEBAPP_URL.length);
|
||||
//do nothin. AVM_WEBAPP_URL will be removed during saving image in _tinyMCE_blurHandler
|
||||
result = href;
|
||||
}
|
||||
else if (href.startsWith("/"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user