mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-09-05 18:50:14 +02:00
Compare commits
3 Commits
c047a1ade5
...
43112dc93a
Author | SHA1 | Date | |
---|---|---|---|
|
43112dc93a | ||
|
802fd8c2d7 | ||
|
5209a586a9 |
@@ -259,8 +259,8 @@ function consume (source, source_alias, dest, quantity, amount, reason, type, ca
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const searchbar = document.getElementById("search-input")
|
var searchbar = document.getElementById("search-input")
|
||||||
const search_results = document.getElementById("search-results")
|
var search_results = document.getElementById("search-results")
|
||||||
|
|
||||||
var old_pattern = null;
|
var old_pattern = null;
|
||||||
var firstMatch = null;
|
var firstMatch = null;
|
||||||
|
Reference in New Issue
Block a user