Skip to content
Snippets Groups Projects
Commit fcf506ee authored by Michael Große's avatar Michael Große
Browse files

Add comment to explain purpose of folliwing lines

parent 703509f6
No related branches found
No related tags found
No related merge requests found
......@@ -299,6 +299,8 @@ var dw_linkwiz = {
dw_linkwiz.$wiz.show();
dw_linkwiz.$entry.focus();
dw_linkwiz.autocomplete();
// Move the cursor to the end of the input
var temp = dw_linkwiz.$entry.val();
dw_linkwiz.$entry.val('');
dw_linkwiz.$entry.val(temp);
......
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