mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 22:16:00 -04:00
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
|
### 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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
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
|
// 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 () {
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue