add links to supported browsers

This commit is contained in:
j 2012-05-25 22:30:25 +00:00
parent 093af4ee35
commit 50393af687

View file

@ -573,8 +573,11 @@ Ox.load(function() {
.addClass('warning') .addClass('warning')
.html( .html(
'Aw, snap! This website requires an up-to-date, HTML5-compliant web browser. ' 'Aw, snap! This website requires an up-to-date, HTML5-compliant web browser. '
+ 'It should work fine in current versions of Chrome, Firefox and Safari, ' + 'It should work fine in current versions of '
+ 'or Internet Explorer with Chrome Frame installed. ' + '<a href="http://google.com/chrome/">Chrome</a>,'
+ '<a href"http://mozilla.org/firefox/">Firefox</a> '
+ 'and <a href="http://apple.com/safari/">Safari</a>, '
+ 'or Internet Explorer with <a href="http://google.com/chromeframe/">Chrome Frame</a> installed. '
+ 'To proceed at your own risk, click on the logo above.' + 'To proceed at your own risk, click on the logo above.'
); );
} }