Skip to content

Commit

Permalink
Fix link source change (object => node) when editing a version (ezsys…
Browse files Browse the repository at this point in the history
  • Loading branch information
SerheyDolgushev authored and andrerom committed Jun 25, 2018
1 parent 7814827 commit 1e5fa83
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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(){
Expand Down

0 comments on commit 1e5fa83

Please sign in to comment.