browser support
This commit is contained in:
parent
025d4be6de
commit
d222b2769b
@ -74,7 +74,6 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"js/all-web.js": [
|
"js/all-web.js": [
|
||||||
"lib/js/lib/jquery.min.js:concat",
|
|
||||||
"lib/js/lib/history/history.min.js:concat",
|
"lib/js/lib/history/history.min.js:concat",
|
||||||
"lib/js/lib/bootstrap.min.js:concat",
|
"lib/js/lib/bootstrap.min.js:concat",
|
||||||
"lib/js/lib/sprintf.js",
|
"lib/js/lib/sprintf.js",
|
||||||
@ -115,7 +114,6 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"js/all-app.js": [
|
"js/all-app.js": [
|
||||||
"lib/js/lib/jquery.min.js:concat",
|
|
||||||
"lib/js/lib/history/history.min.js:concat",
|
"lib/js/lib/history/history.min.js:concat",
|
||||||
"lib/js/legacy/jquery/jquery-ui.min.js:concat",
|
"lib/js/legacy/jquery/jquery-ui.min.js:concat",
|
||||||
"lib/js/legacy/tiny_mce_33/jquery.tinymce.js:concat",
|
"lib/js/legacy/tiny_mce_33/jquery.tinymce.js:concat",
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
19
unsupported.html
Normal file
19
unsupported.html
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>ERPNext - Uprade your browser</title>
|
||||||
|
</head>
|
||||||
|
<body style="background-color: #eee">
|
||||||
|
<div style="width: 900px; margin: 20px auto; padding: 20px;
|
||||||
|
background-color: #fff; border: 2px solid #aaa; font-family: Arial">
|
||||||
|
<h3>Upgrade Your Browser</h3>
|
||||||
|
<p><i>ERPNext requires a modern web browser to function correctly</i></p>
|
||||||
|
<p>Supported browsers are:
|
||||||
|
<ul>
|
||||||
|
<li><a href="http://mozilla.com/firefox">Mozilla Firfox 4+</a>,
|
||||||
|
<li><a href="http://google.com/chrome">Google Chorme 14+</a>,
|
||||||
|
<li><a href="http://apple.com/safari">Apple Safari 5+</a>,
|
||||||
|
<li><a href="http://ie.microsoft.com">Microsoft Internet Explorer 9+</a>,
|
||||||
|
<li><a href="http://www.opera.com/">Opera</a>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
</body>
|
@ -1 +1 @@
|
|||||||
810
|
814
|
Loading…
x
Reference in New Issue
Block a user