Skip to content

Commit

Permalink
Get the really old browsers to at least redirect to the Get-WebGL page.
Browse files Browse the repository at this point in the history
  • Loading branch information
emackey committed Dec 28, 2011
1 parent df946cc commit 2ae099e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@

function init() {

if (!document.addEventListener) {
document.location = 'http://get.webgl.org/';
}

var effect = document.createElement( 'div' );
document.body.appendChild( effect );

Expand Down

0 comments on commit 2ae099e

Please sign in to comment.