Skip to content

Commit

Permalink
Updating development HTML to add Himalaya preload, see phetsims/chains#3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Apr 5, 2017
1 parent 13b19db commit bf3814c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion make-a-ten_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

<title>make-a-ten</title>
</head>
<body bgcolor="black">

<!-- body is only made black for the loading phase so that the splash screen is black -->
<body style="background-color:black;">

<!-- a11y - aria-live attribute is used to send alerts and status updates to screen readers, otherwise invisible -->
<div id='aria-live-elements' style="position: absolute; left: 0px; top: 0px; width: 0px; height: 0px; clip: rect(0px 0px 0px 0px); pointer-events: none;">
Expand Down Expand Up @@ -50,6 +52,7 @@
'../sherpa/lib/jquery-2.1.0.js',
'../sherpa/lib/lodash-4.17.4.js',
'../sherpa/lib/FileSaver-b8054a2.js',
'../sherpa/lib/himalaya-0.2.7.js',
'../assert/js/assert.js',
'../query-string-machine/js/QueryStringMachine.js',
'../chipper/js/initialize-globals.js',
Expand Down

0 comments on commit bf3814c

Please sign in to comment.