Skip to content

Commit

Permalink
revert changes for phetsims/calculus-grapher#324
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 29, 2023
1 parent 64fb2cd commit 83b6dcc
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions js/initialize-globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,6 @@
// Schema that describes query parameters for PhET common code.
// These query parameters are available via global phet.chipper.queryParameters.

// Temporary: icon for the Preferences button, see https://github.com/phetsims/calculus-grapher/issues/324
icon: {
type: 'string',
defaultValue: 'userCog',
validValues: [ 'userCog', 'cog', 'wrench' ],
public: true
},

// Temporary: initial tab in the Preferences dialog, see https://github.com/phetsims/calculus-grapher/issues/324
tab: {
type: 'string',
defaultValue: 'overview',
validValues: [ 'overview', 'sim' ],
public: true
},

/**
* In environments where users should not be able to navigate hyperlinks away from the simulation, clients can use
* ?allowLinks=false. In this case, links are displayed and not clickable. This query parameter is public facing.
Expand Down

0 comments on commit 83b6dcc

Please sign in to comment.