Updates jQuery to 2.0.3.

This commit is contained in:
Lars Jung 2013-07-09 22:59:45 +02:00
parent 84486af599
commit 8b304d22b8
7 changed files with 985 additions and 1944 deletions

View file

@ -63,12 +63,13 @@ It profits from these great projects:
### develop branch ### develop branch
* removes `aai` mode! * removes `aai` mode!
* drops support for IE7+8!
* adds smart browsing * adds smart browsing
* add line wrap and line highlighting (on hover) to text preview * add line wrap and line highlighting (on hover) to text preview
* new design (colors, images) * new design (colors, images)
* now uses `SVG` images for the interface * now uses `SVG` images for the interface
* updates H5BP to 4.2.0 * updates H5BP to 4.2.0
* updates jQuery to 1.10.2 * updates jQuery to 2.0.3
* adds `uk` translation by Viktor Matveenko * adds `uk` translation by Viktor Matveenko

View file

@ -45,7 +45,7 @@
color: @col-error; color: @col-error;
margin-left: 16px; margin-left: 16px;
} }
.oldBrowser { .unsupportedBrowserMsg {
display: none; display: none;
color: @col-error; color: @col-error;
margin-left: 16px; margin-left: 16px;

View file

@ -52,7 +52,7 @@ html.js .hideOnJs, html.no-js .hideOnNoJs {
display: none; display: none;
} }
html.oldie { html.oldie {
.oldBrowser { .unsupportedBrowserMsg {
display: inline !important; display: inline !important;
} }
#tree { #tree {

View file

@ -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 // other libs
// ---------- // ----------
// @include "lib/modernizr-*.js" // @include "lib/modernizr-*.js"
@ -17,6 +8,15 @@
// @include "lib/json2-*.js" // @include "lib/json2-*.js"
// @include "lib/spin-*.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 // app
// --- // ---
(function () { (function () {

View file

@ -67,9 +67,9 @@ html.no-js( lang="en" )
a#h5ai-reference( href="{{pkg.url}}", title="{{pkg.name}} · {{pkg.description}}" ) a#h5ai-reference( href="{{pkg.url}}", title="{{pkg.name}} · {{pkg.description}}" )
| {{pkg.name}} {{pkg.version}} | {{pkg.name}} {{pkg.version}}
span.hideOnJs.noJsMsg span.hideOnJs.noJsMsg
| ⚡ JavaScript is disabled! ⚡ | ⚡ JavaScript disabled! ⚡
span.oldBrowser span.unsupportedBrowserMsg
| ⚡ Some features disabled! Works best in | ⚡ Unsupported browser! Works best in
a( href="http://browsehappy.com" ) modern browsers a( href="http://browsehappy.com" ) modern browsers
| . ⚡ | . ⚡
span.right span.right

View file

@ -31,9 +31,9 @@ html.no-js( lang="en" )
a#h5ai-reference( href="{{pkg.url}}", title="{{pkg.name}} · {{pkg.description}}" ) a#h5ai-reference( href="{{pkg.url}}", title="{{pkg.name}} · {{pkg.description}}" )
| {{pkg.name}} {{pkg.version}} | {{pkg.name}} {{pkg.version}}
span.hideOnJs.noJsMsg span.hideOnJs.noJsMsg
| ⚡ JavaScript is disabled! ⚡ | ⚡ JavaScript disabled! ⚡
span.oldBrowser span.unsupportedBrowserMsg
| ⚡ Some features disabled! Works best in | ⚡ Unsupported browser! Works best in
a( href="http://browsehappy.com" ) modern browsers a( href="http://browsehappy.com" ) modern browsers
| . ⚡ | . ⚡
span.right span.right