Skip to content

Commit

Permalink
changed the query parameter that turns on the advanced sound lib from…
Browse files Browse the repository at this point in the history
… 'sonification' to 'tambo' (the name of the library).
  • Loading branch information
jbphet committed Jul 9, 2018
1 parent 9c4a54a commit 8651c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/phetmarks.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// Query parameters used for the following modes: requirejs, compiled, production
var simQueryParameters = [
{ value: 'accessibility', text: 'Accessibility' },
{ value: 'sonification', text: 'Sonification' },
{ value: 'tambo', text: 'Tambo' },
{ value: 'hasEnhancedSounds', text: 'Has Enhanced Sounds' },
{ value: 'audioVolume=0', text: 'Mute' },
{ value: 'fuzzMouse', text: 'Fuzz Mouse' },
Expand Down

0 comments on commit 8651c9d

Please sign in to comment.