From 6d85e08a11e5e7482e62cd0c1d177337aabc34b2 Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Sun, 13 Nov 2016 21:11:22 -0700 Subject: [PATCH] use phet.chipper.queryParameters[ 'phet-app' ], https://github.com/phetsims/chipper/issues/516 --- phet/js/Brand.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phet/js/Brand.js b/phet/js/Brand.js index 7e000d7..8cb874f 100644 --- a/phet/js/Brand.js +++ b/phet/js/Brand.js @@ -17,7 +17,7 @@ define( function( require ) { id: 'phet', name: 'PhET\u00ae Interactive Simulations', // no i18n copyright: 'Copyright © 2004-2016 University of Colorado Boulder', // no i18n - isPhetApp: !!phet.chipper.getQueryParameter( 'phet-app' ), + isPhetApp: phet.chipper.queryParameters[ 'phet-app' ], getLinks: function( simName, locale ) { return [ { text: termsPrivacyAndLicensingString,