fixed onboarding bugs and enabled it by default
This commit is contained in:
parent
6500229000
commit
246ba6eb7b
7 changed files with 64 additions and 56 deletions
|
@ -52,7 +52,7 @@ document.getElementById('onboardingForm').onsubmit = function(e){
|
|||
submitInfo.networkContrib = getCheckValue('networkContribution')
|
||||
submitInfo.plainContrib = getCheckValue('networkContributionPlain')
|
||||
submitInfo.donate = getCheckValue('donate')
|
||||
submitInfo.deterministic = getCheckValue('useDeterministic')
|
||||
//submitInfo.deterministic = getCheckValue('useDeterministic')
|
||||
submitInfo.mail = getCheckValue('useMail')
|
||||
submitInfo.circles = getCheckValue('useCircles')
|
||||
submitInfo.useDark = getCheckValue('useDarkTheme')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue