Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
staeiou authored Jul 15, 2024
1 parent 1f25bcc commit 4f9cff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/mindreader/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ <h2>Quantified Minds 2.0</h2>
const attentionLevels = ['None', 'Daydreaming', 'Meditating', 'Daydreaming', 'Fasting', 'Fasting', 'None', 'None', 'None', 'High: Amphetamines', 'High: THC', 'High: Psilocybin', 'None', 'High: Amphetamines', 'High: THC', 'High: Cocaine', 'High: Ecstacy', 'High: THC', ];
const languages = ['English', 'Dutch', 'French', 'German', 'Swedish', 'Polish', 'Portugese', 'Mandarin', 'Cantonese', 'Italian', 'Bengali', 'Portugese', 'German', 'Hindi', 'Japanese', 'English', 'English', 'Dutch', 'German', 'Spanish', 'French']
function formatDate(date) {
return date.toLocaleString('en-US', { year: 'numeric', hour12: false, month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit', second: '2-digit' });
return date.toLocaleString('sv-SE', { year: 'numeric', hour12: false, month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit', second: '2-digit' });
}

function generateBrainwaveID() {
Expand Down

0 comments on commit 4f9cff4

Please sign in to comment.