Skip to content

Commit

Permalink
trivial
Browse files Browse the repository at this point in the history
git-svn-id: http://es-lab.googlecode.com/svn/trunk@468 aeea10e6-ec39-11de-83d8-6d5adf01d787
  • Loading branch information
erights committed Aug 31, 2010
1 parent d93d2ba commit 3f06399
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ses/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
show1.appendChild(document.createTextNode('cancelled'));
show2.appendChild(document.createTextNode('cancelled'));
return;
}

if (navigator.userAgent.indexOf('Chrome') >= 0) {
} else if (navigator.userAgent.indexOf('Chrome') >= 0) {
alert('Possibly Chromium.\n' +
'If this crashes your page, turn debugging on and try again');
} else if (!('console' in window) || typeof console.log !== 'function') {
Expand Down

0 comments on commit 3f06399

Please sign in to comment.