editArticleTags: focus tag input box
This commit is contained in:
parent
ff0010c182
commit
126cd3c885
|
@ -1424,7 +1424,9 @@ function catchupSelection() {
|
||||||
function editArticleTags(id, feed_id, cdm_enabled) {
|
function editArticleTags(id, feed_id, cdm_enabled) {
|
||||||
displayDlg('editArticleTags', id,
|
displayDlg('editArticleTags', id,
|
||||||
function () {
|
function () {
|
||||||
new Ajax.Autocompleter('tags_str', 'tags_choices',
|
$("tags_str").focus();
|
||||||
|
|
||||||
|
new Ajax.Autocompleter('tags_str', 'tags_choices',
|
||||||
"backend.php?op=rpc&subop=completeTags",
|
"backend.php?op=rpc&subop=completeTags",
|
||||||
{ tokens: ',', paramName: "search" });
|
{ tokens: ',', paramName: "search" });
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue