Skip to content

Commit

Permalink
Adding production link to phetmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Nov 24, 2016
1 parent 2b59ff1 commit 373d243
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion js/phetmarks.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,16 @@
url: '../' + repo + '/build/' + repo + '_en.html',
queryParameters: ( isPhetIO ? phetIOQueryParameters : [] ).concat( simQueryParameters )
} );
modes.push( {
name: 'production',
text: 'Production',
description: 'Runs the latest English simulation from the production server',
url: 'https://phet.colorado.edu/sims/html/' + repo + '/latest/' + repo + '_en.html',
queryParameters: ( isPhetIO ? phetIOQueryParameters : [] ).concat( simQueryParameters )
} );
modes.push( {
name: 'spot',
text: 'Spot (dev)',
text: 'Dev (spot)',
description: 'Loads the location on www.colorado.edu (spot.colorado.edu) with versions for each dev deploy',
url: 'http://www.colorado.edu/physics/phet/dev/html/' + repo
} );
Expand Down

0 comments on commit 373d243

Please sign in to comment.