mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-21 10:14:13 -04:00
🎨 Code cleanup
This commit is contained in:
+2
-2
@@ -2,5 +2,5 @@
|
||||
Closes the hamburger menu when a link is clicked.
|
||||
*/
|
||||
function close_menu() {
|
||||
document.getElementById('menu-controller').checked=false
|
||||
}
|
||||
document.getElementById("menu-controller").checked = false;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
window.addEventListener("load", () => {
|
||||
quicklink.listen();
|
||||
});
|
||||
|
||||
|
||||
@@ -133,6 +133,7 @@ function executeQuery(term) {
|
||||
let resultsHTML = "";
|
||||
|
||||
if (results.length > 0) {
|
||||
// prettier-ignore
|
||||
resultsHTML = results.map(function (value, key) {
|
||||
return `<li class="mb-2">
|
||||
<a class="flex items-center px-3 py-2 rounded-md appearance-none bg-neutral-100 dark:bg-neutral-700 focus:bg-primary-100 hover:bg-primary-100 dark:hover:bg-primary-900 dark:focus:bg-primary-900 focus:outline-dotted focus:outline-transparent focus:outline-2" href="${value.item.permalink}" tabindex="0">
|
||||
|
||||
Reference in New Issue
Block a user