Focus text area automatically when showing the open url dialog.
This commit is contained in:
parent
72e45a8030
commit
bea9152103
@ -74,6 +74,7 @@ OV.ShowOpenUrlDialog = function (onOk)
|
||||
$('<div>').html (text).addClass ('ov_dialog_section').appendTo (contentDiv);
|
||||
urlsTextArea.appendTo (contentDiv);
|
||||
dialog.Show ();
|
||||
urlsTextArea.focus ();
|
||||
return dialog;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user