Skip to content

Commit f66639d

Browse files
authored
Merge pull request #76 from SIMULATAN/fix/filters-in-firefox
Fix category filters in firefox
2 parents 3523f51 + ce974ff commit f66639d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

static/js/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ function selectCategory(category) {
114114

115115
$('.category-cards .category').hide();
116116
$('.category-cards .' + category).show();
117-
118-
return false;
119117
}
120118

121119
function loadEventsOverview(eventsTable) {

0 commit comments

Comments
 (0)