mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 04:25:57 +00:00
edit tags dialog: initialize autocomplete in onShow (instead of onLoad) because of xhr
This commit is contained in:
@@ -295,7 +295,7 @@ const Article = {
|
||||
},
|
||||
});
|
||||
|
||||
const tmph = dojo.connect(dialog, 'onLoad', function () {
|
||||
const tmph = dojo.connect(dialog, 'onShow', function () {
|
||||
dojo.disconnect(tmph);
|
||||
|
||||
new Ajax.Autocompleter('tags_str', 'tags_choices',
|
||||
|
||||
Reference in New Issue
Block a user