Skip to content

Commit

Permalink
convert supportsInteractiveDescription to a boolean QP, phetsims/chip…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 19, 2021
1 parent b63e921 commit e592161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ratio-and-proportion_a11y_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ <h3>PDOM & Descriptions for Ratio and Proportion</h3>
const noAccessibility = simulationQueryString.indexOf( 'supportsInteractiveDescription' ) === -1;

noPostMessage && ( simulationQueryString += 'postMessageOnLoad&postMessageOnError&' );
noAccessibility && ( simulationQueryString += 'supportsInteractiveDescription' );
noAccessibility && ( simulationQueryString += 'supportsInteractiveDescription=true' );

const repoLocale = 'ratio-and-proportion_en';
const filenameEnding = IS_BUILT ? '_phet.html' : '.html';
Expand Down

0 comments on commit e592161

Please sign in to comment.