4958: Detect old browsers and recommend upgrading.
authorTom Clegg <tom@curoverse.com>
Sat, 7 Feb 2015 22:19:50 +0000 (17:19 -0500)
committerTom Clegg <tom@curoverse.com>
Sun, 8 Feb 2015 02:25:47 +0000 (21:25 -0500)
commitff49b1144f5b9f9f7624f3741f5af791073de03c
tree64e0bf26e5e94f0428b9ed10e788e6b1978c7fc9
parent64c70939c414881de61ac65512701d0ba4068786
4958: Detect old browsers and recommend upgrading.

We use a plain .js file in /public instead of the asset pipeline, and
don't rely on any JS libraries. This gives the error alert a much
better chance of working in a browser that can't even parse our
compiled/minified application.js.
apps/workbench/app/views/application/_browser_unsupported.html [new file with mode: 0644]
apps/workbench/app/views/layouts/body.html.erb
apps/workbench/public/browser_unsupported.js [new file with mode: 0644]