Show More
@@ -85,8 +85,8 b' whitespace noise in your patches.' | |||||
85 | We support both Python 2.6.x and 2.7.x and nothing else. For now we don't care |
|
85 | We support both Python 2.6.x and 2.7.x and nothing else. For now we don't care | |
86 | about Python 3 compatibility. |
|
86 | about Python 3 compatibility. | |
87 |
|
87 | |||
88 |
We try to support the most common modern web browsers. IE |
|
88 | We try to support the most common modern web browsers. IE9 is still supported | |
89 |
to the extent it is feasible |
|
89 | to the extent it is feasible, IE8 is not. | |
90 |
|
90 | |||
91 | We primarily support Linux and OS X on the server side but Windows should also work. |
|
91 | We primarily support Linux and OS X on the server side but Windows should also work. | |
92 |
|
92 |
@@ -63,9 +63,6 b'' | |||||
63 | <script type="text/javascript" src="${h.url('/js/bootstrap.js', ver=c.kallithea_version)}"></script> |
|
63 | <script type="text/javascript" src="${h.url('/js/bootstrap.js', ver=c.kallithea_version)}"></script> | |
64 | <script type="text/javascript" src="${h.url('/js/select2/select2.js', ver=c.kallithea_version)}"></script> |
|
64 | <script type="text/javascript" src="${h.url('/js/select2/select2.js', ver=c.kallithea_version)}"></script> | |
65 | <script type="text/javascript" src="${h.url('/js/mousetrap.js', ver=c.kallithea_version)}"></script> |
|
65 | <script type="text/javascript" src="${h.url('/js/mousetrap.js', ver=c.kallithea_version)}"></script> | |
66 | <!--[if lt IE 9]> |
|
|||
67 | <script language="javascript" type="text/javascript" src="${h.url('/js/excanvas.min.js')}"></script> |
|
|||
68 | <![endif]--> |
|
|||
69 | <script type="text/javascript" src="${h.url('/js/yui.flot.js', ver=c.kallithea_version)}"></script> |
|
66 | <script type="text/javascript" src="${h.url('/js/yui.flot.js', ver=c.kallithea_version)}"></script> | |
70 | <script type="text/javascript" src="${h.url('/js/native.history.js', ver=c.kallithea_version)}"></script> |
|
67 | <script type="text/javascript" src="${h.url('/js/native.history.js', ver=c.kallithea_version)}"></script> | |
71 | <script type="text/javascript" src="${h.url('/js/pyroutes_map.js', ver=c.kallithea_version)}"></script> |
|
68 | <script type="text/javascript" src="${h.url('/js/pyroutes_map.js', ver=c.kallithea_version)}"></script> |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed | ||
This diff has been collapsed as it changes many lines, (884 lines changed) Show them Hide them |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now