1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
// ----> NOTE: changes made here should be mirrored to their equivalent place in appConfig.js
document.write("<h1>Supported Platforms</h1> \
This application has been tested with the following configurations. \
You may notice irregularities with software that has not been tested. \
There are known issues when viewing heat map data using unsupported browsers. \
<p> \
<table class='helpTable'> \
<tr> \
<td> \
Microsoft Windows 7 \
<ul> \
<li>Chrome 38.0.2125.101 m</li> \
<li>Firefox 33.0</li> \
<li>Internet Explorer 9.0</li> \
</ul> \
</td> \
<td> \
Apple Macintosh OS X 10.9.2 \
<ul> \
<li>Chrome 38.0.2125.101 m</li> \
<li>Firefox 33.0</li> \
<li>Safari 7</li> \
</ul> \
</td> \
</table> \
</p> \
");
|