mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat(fastapi): add /pkgbase/{name}/merge (get)
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
990f4d182b
commit
2b9840149e
4 changed files with 120 additions and 0 deletions
6
web/html/js/typeahead-pkgbase-merge.js
Normal file
6
web/html/js/typeahead-pkgbase-merge.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
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);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue