mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35:55 +00:00
mail plugin: cleanup disabled completion, add configurable destination email list
This commit is contained in:
@@ -44,13 +44,13 @@ function emailArticle(id) {
|
||||
},
|
||||
href: query});
|
||||
|
||||
var tmph = dojo.connect(dialog, 'onLoad', function() {
|
||||
/* var tmph = dojo.connect(dialog, 'onLoad', function() {
|
||||
dojo.disconnect(tmph);
|
||||
|
||||
new Ajax.Autocompleter('emailArticleDlg_destination', 'emailArticleDlg_dst_choices',
|
||||
"backend.php?op=pluginhandler&plugin=mail&method=completeEmails",
|
||||
{ tokens: '', paramName: "search" });
|
||||
});
|
||||
}); */
|
||||
|
||||
dialog.show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user