From 1e5fa83b8027e0536f897a580ff5e480e92af9c9 Mon Sep 17 00:00:00 2001 From: Serhey Dolgushev Date: Mon, 25 Jun 2018 10:21:23 -0400 Subject: [PATCH] Fix link source change (object => node) when editing a version (#1291) --- .../design/standard/templates/ezoe/customattributes/link.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/extension/ezoe/design/standard/templates/ezoe/customattributes/link.tpl b/extension/ezoe/design/standard/templates/ezoe/customattributes/link.tpl index 423ca450ce0..c3c887031fb 100644 --- a/extension/ezoe/design/standard/templates/ezoe/customattributes/link.tpl +++ b/extension/ezoe/design/standard/templates/ezoe/customattributes/link.tpl @@ -90,6 +90,7 @@ eZOEPopupUtils.settings.onInitDoneArray.push( function( editorElement ) ezoeLinkAttribute.timeOut = setTimeout( eZOEPopupUtils.BIND( ezoeLinkAttribute.ajaxCheck, this, url[0] + '_' + id, lid ), 320 ); return true; }); + inp.keyup(); // setup navigation on bookmark / browse / search links to their 'boxes' (panels) jQuery( 'a.atr_link_search_link, a.atr_link_browse_link, a.atr_link_bookmark_link' ).click( function(){