From 373d243c84afbbcfcf8fc1d31b101ea010cdc9cf Mon Sep 17 00:00:00 2001 From: Jonathan Olson Date: Wed, 23 Nov 2016 18:15:58 -0700 Subject: [PATCH] Adding production link to phetmarks --- js/phetmarks.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/js/phetmarks.js b/js/phetmarks.js index 0333f53..3ae5389 100644 --- a/js/phetmarks.js +++ b/js/phetmarks.js @@ -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 } );