https://bugs.webkit.org/show_bug.cgi?id=167204
Reviewed by Alexey Proskuryakov.
* committers-autocomplete.js: Added email3 to SINGLE_EMAIL_INPUTS list.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@210931
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2017-01-19 Timothy Hatcher <timothy@hatcher.name>
+
+ Bugzilla email autocomplete does not work on third email field of advanced search page
+ https://bugs.webkit.org/show_bug.cgi?id=167204
+
+ Reviewed by Alexey Proskuryakov.
+
+ * committers-autocomplete.js: Added email3 to SINGLE_EMAIL_INPUTS list.
+
2016-10-09 Simon Fraser <simon.fraser@apple.com>
Convert contributors.json to a flat list
2016-10-09 Simon Fraser <simon.fraser@apple.com>
Convert contributors.json to a flat list
- var SINGLE_EMAIL_INPUTS = ['email1', 'email2', 'requester', 'requestee', 'assigned_to'];
+ var SINGLE_EMAIL_INPUTS = ['email1', 'email2', 'email3', 'requester', 'requestee', 'assigned_to'];
var EMAIL_INPUTS = SINGLE_EMAIL_INPUTS.concat(['cc', 'newcc', 'new_watchedusers']);
var m_menus = {};
var EMAIL_INPUTS = SINGLE_EMAIL_INPUTS.concat(['cc', 'newcc', 'new_watchedusers']);
var m_menus = {};