add links to supported browsers
This commit is contained in:
parent
093af4ee35
commit
50393af687
1 changed files with 5 additions and 2 deletions
7
index.js
7
index.js
|
@ -573,8 +573,11 @@ Ox.load(function() {
|
|||
.addClass('warning')
|
||||
.html(
|
||||
'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, '
|
||||
+ 'or Internet Explorer with Chrome Frame installed. '
|
||||
+ 'It should work fine in current versions of '
|
||||
+ '<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.'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue