* data/params: Disable Bugzilla's own user matching, which also
requires the JSON::RPC Perl module.
* template/en/default/global/footer.html.tmpl: Include
committers-autocomplete.js everywhere. Every. Where.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@174784
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
'RADIUS_email_suffix' => '',
'RADIUS_secret' => '',
'RADIUS_server' => '',
- 'ajax_user_autocompletion' => '1',
+ 'ajax_user_autocompletion' => '0',
'allow_attachment_deletion' => '1',
'allow_attachment_display' => '1',
'allowbugdeletion' => '1',
[% Hook.process("end") %]
+<!-- WEBKIT_CHANGES -->
+<script defer src="/committers-autocomplete.js"></script>
</body>
</html>