File: browserVersions.js

package info (click to toggle)
bmtk 0.0%2Bgit20210109.8572664%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 74,876 kB
  • sloc: python: 24,853; javascript: 1,998; makefile: 34; sh: 16
file content (28 lines) | stat: -rw-r--r-- 1,086 bytes parent folder | download | duplicates (3)
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> \
	");