uclaradio / uclaradio.com

UCLA Radio Website
http://www.uclaradio.com
GNU Affero General Public License v3.0
31 stars 4 forks source link

Fixed filter dismiss bug #316

Closed arjunr00 closed 5 years ago

arjunr00 commented 5 years ago

Types of changes

Purpose

Previously, when selecting filters, dismissing the filter box would cause the checked boxes to reset to their default, unchecked state (the filters themselves were still active, of course). This was remedied with the addition of a checked attribute to the Input tags for the checkboxes, calling containsFilter to determine whether a filter is active or not.

Approach

Just a little guesswork.

Checklist

Link to Issue

315