css grid and event
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
let selectedSports = []
|
||||
|
||||
let filters = {
|
||||
selectedSports: selectedSports,
|
||||
searchedWords: [],
|
||||
blockedWords: [],
|
||||
popularityFilter: {},
|
||||
sorted: "time",
|
||||
order: "desc"
|
||||
}
|
||||
|
||||
function showFeeds() {
|
||||
if ($(window).width() < 1280) {
|
||||
if (selectedSports.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user