mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-29 05:28:00 +02:00
Search Improvements
This commit is contained in:
parent
51c56abe16
commit
19fc65e6c0
19 changed files with 545 additions and 404 deletions
|
@ -1,8 +1,8 @@
|
|||
export function usePrefs(key) {
|
||||
if (localStorage) {
|
||||
if (localStorage.get(key)) return true
|
||||
else return false
|
||||
} else return false
|
||||
if (localStorage) {
|
||||
if (localStorage.get(key)) return true;
|
||||
else return false;
|
||||
} else return false;
|
||||
}
|
||||
|
||||
export function useLazyLoad() {
|
||||
|
@ -30,4 +30,4 @@ export function useLazyLoad() {
|
|||
} else {
|
||||
console.log('Failed');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue