mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
we copy static files used by PHP and Python versions into /static preparation work for the removal of the PHP version Signed-off-by: moson-mo <mo-son@mailbox.org>
6 lines
246 B
JavaScript
6 lines
246 B
JavaScript
document.addEventListener('DOMContentLoaded', function() {
|
|
const input = document.getElementById('merge_into');
|
|
const form = document.getElementById('merge-form');
|
|
const type = "suggest-pkgbase";
|
|
typeahead.init(type, input, form, false);
|
|
});
|