InfiniteScroll
Circuits
This commit is contained in:
@@ -88,7 +88,7 @@ export default defineComponent({
|
||||
filtercustom.value = []
|
||||
arrfilterand.value = []
|
||||
|
||||
const filt_loaded = tools.getCookie(tools.COOK_SEARCH + tools.FRIENDS_SEARCH)
|
||||
const filt_loaded = tools.getCookie(tools.COOK_SEARCH + tools.FRIENDS_SEARCH, costanti.FIND_PEOPLE, true)
|
||||
filter.value = filt_loaded ? filt_loaded : costanti.FIND_PEOPLE
|
||||
}
|
||||
watch(() => filter.value, (newval: any, oldval) => {
|
||||
|
||||
Reference in New Issue
Block a user