mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 21:22:09 +00:00
editArticleTags: focus tag input box
This commit is contained in:
@@ -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" });
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user