Skip to content

Commit

Permalink
Removed stale comments, see #391
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 18, 2017
1 parent 44c272b commit cc9b9d6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions joist_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,9 @@
<p id="polite-status" aria-live="polite" role="status"></p>
</div>

<!--
Subtract off half the image width and height to center it.
Additionally, move the entire image up by a bit. This is done by changing the top margin to be lower than 50%
The logo dimensions are given in splash.svg, currently at width="273.172px" height="130.05px"
-->

<script type="text/javascript">
( function() {

// Identify the brand (assume generated brand if not provided with query parameters)
var brandMatch = location.search.match( /brand=([^&]+)/ );
var brand = brandMatch ? decodeURIComponent( brandMatch[ 1 ] ) : 'adapted-from-phet';
Expand Down

0 comments on commit cc9b9d6

Please sign in to comment.