Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
bugfix for match pref in profile
Browse files Browse the repository at this point in the history
  • Loading branch information
akelch11 committed Aug 21, 2022
1 parent dd41ea2 commit f5bdd1b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/editprofile.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,13 @@ <h2>{{title_value}}</h2>
let prefErrorBox = document.getElementById('prefErrorBox');


let initiallyActiveButtons = document.getElementsByClassName('active-button');

if(initiallyActiveButtons.length > 0)
matchPrefOptionSelected = true;




function registerSelectedMatchPref () {

Expand Down

0 comments on commit f5bdd1b

Please sign in to comment.