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,