Skip to content
Snippets Groups Projects
Commit 5c89f649 authored by Adrian Lang's avatar Adrian Lang
Browse files

Append linkwizard directly to the edit form

parent c4ba149a
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ var linkwiz = {
LANG['linkwiz']+'</div>'+
'<div>'+LANG['linkto']+' <input type="text" class="edit" id="link__wiz_entry" autocomplete="off" /></div>'+
'<div id="link__wiz_result"></div>';
textArea.form.parentNode.appendChild(linkwiz.wiz);
$('dw__editform').parentNode.appendChild(linkwiz.wiz);
linkwiz.textArea = textArea;
linkwiz.result = $('link__wiz_result');
linkwiz.entry = $('link__wiz_entry');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment