Updates jQuery to 2.0.3.
This commit is contained in:
parent
84486af599
commit
8b304d22b8
7 changed files with 985 additions and 1944 deletions
|
@ -63,12 +63,13 @@ It profits from these great projects:
|
|||
### develop branch
|
||||
|
||||
* removes `aai` mode!
|
||||
* drops support for IE7+8!
|
||||
* adds smart browsing
|
||||
* add line wrap and line highlighting (on hover) to text preview
|
||||
* new design (colors, images)
|
||||
* now uses `SVG` images for the interface
|
||||
* updates H5BP to 4.2.0
|
||||
* updates jQuery to 1.10.2
|
||||
* updates jQuery to 2.0.3
|
||||
* adds `uk` translation by Viktor Matveenko
|
||||
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
color: @col-error;
|
||||
margin-left: 16px;
|
||||
}
|
||||
.oldBrowser {
|
||||
.unsupportedBrowserMsg {
|
||||
display: none;
|
||||
color: @col-error;
|
||||
margin-left: 16px;
|
||||
|
|
|
@ -52,7 +52,7 @@ html.js .hideOnJs, html.no-js .hideOnNoJs {
|
|||
display: none;
|
||||
}
|
||||
html.oldie {
|
||||
.oldBrowser {
|
||||
.unsupportedBrowserMsg {
|
||||
display: inline !important;
|
||||
}
|
||||
#tree {
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,13 +1,4 @@
|
|||
|
||||
// jQuery libs
|
||||
// -----------
|
||||
// @include "lib/jquery-*.js"
|
||||
// @include "lib/jquery.filedrop-*.js"
|
||||
// @include "lib/jquery.fracs-*.js"
|
||||
// @include "lib/jquery.mousewheel-*.js"
|
||||
// @include "lib/jquery.scrollpanel-*.js"
|
||||
// @include "lib/jquery.spin-*.js"
|
||||
|
||||
// other libs
|
||||
// ----------
|
||||
// @include "lib/modernizr-*.js"
|
||||
|
@ -17,6 +8,15 @@
|
|||
// @include "lib/json2-*.js"
|
||||
// @include "lib/spin-*.js"
|
||||
|
||||
// jQuery libs
|
||||
// -----------
|
||||
// @include "lib/jquery-*.js"
|
||||
// @include "lib/jquery.filedrop-*.js"
|
||||
// @include "lib/jquery.fracs-*.js"
|
||||
// @include "lib/jquery.mousewheel-*.js"
|
||||
// @include "lib/jquery.scrollpanel-*.js"
|
||||
// @include "lib/jquery.spin-*.js"
|
||||
|
||||
// app
|
||||
// ---
|
||||
(function () {
|
||||
|
|
|
@ -67,9 +67,9 @@ html.no-js( lang="en" )
|
|||
a#h5ai-reference( href="{{pkg.url}}", title="{{pkg.name}} · {{pkg.description}}" )
|
||||
| {{pkg.name}} {{pkg.version}}
|
||||
span.hideOnJs.noJsMsg
|
||||
| ⚡ JavaScript is disabled! ⚡
|
||||
span.oldBrowser
|
||||
| ⚡ Some features disabled! Works best in
|
||||
| ⚡ JavaScript disabled! ⚡
|
||||
span.unsupportedBrowserMsg
|
||||
| ⚡ Unsupported browser! Works best in
|
||||
a( href="http://browsehappy.com" ) modern browsers
|
||||
| . ⚡
|
||||
span.right
|
||||
|
|
|
@ -31,9 +31,9 @@ html.no-js( lang="en" )
|
|||
a#h5ai-reference( href="{{pkg.url}}", title="{{pkg.name}} · {{pkg.description}}" )
|
||||
| {{pkg.name}} {{pkg.version}}
|
||||
span.hideOnJs.noJsMsg
|
||||
| ⚡ JavaScript is disabled! ⚡
|
||||
span.oldBrowser
|
||||
| ⚡ Some features disabled! Works best in
|
||||
| ⚡ JavaScript disabled! ⚡
|
||||
span.unsupportedBrowserMsg
|
||||
| ⚡ Unsupported browser! Works best in
|
||||
a( href="http://browsehappy.com" ) modern browsers
|
||||
| . ⚡
|
||||
span.right
|
||||
|
|
Loading…
Add table
Reference in a new issue