Fixes U4-1482 Regression - RTE unable to edit hyperlink on image

This commit is contained in:
Sebastiaan Janssen
2013-01-21 14:21:29 -01:00
parent 44c8c4b5b8
commit e5878554bd

View File

@@ -73,6 +73,7 @@ function init() {
* EO UMBRACO SPECIFIC
*/
elm = inst.dom.getParent(elm, "A");
if (elm != null && elm.nodeName == "A")
action = "update";