mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Tech: upgraded jquery from 1.8.0 to 2.1.1, Closes #694
This commit is contained in:
parent
71f78cc895
commit
499246abae
@ -13,6 +13,7 @@
|
||||
- Switch from underscore to lodash
|
||||
- helpers to easily unit test angularjs controllers and services
|
||||
- Test coverage through coveralls
|
||||
- Upgrade from jquery 1.8.0 to 2.1.1 (**Removes support for IE7 & IE8**)
|
||||
|
||||
# 1.7.0 (2014-08-11)
|
||||
|
||||
|
@ -27,7 +27,7 @@ require.config({
|
||||
'lodash-src': '../vendor/lodash',
|
||||
bootstrap: '../vendor/bootstrap/bootstrap',
|
||||
|
||||
jquery: '../vendor/jquery/jquery-1.8.0',
|
||||
jquery: '../vendor/jquery/jquery-2.1.1.min',
|
||||
'jquery-ui': '../vendor/jquery/jquery-ui-1.10.3',
|
||||
|
||||
'extend-jquery': 'components/extend-jquery',
|
||||
|
@ -26,7 +26,7 @@ require.config({
|
||||
crypto: '../vendor/crypto.min',
|
||||
spectrum: '../vendor/spectrum',
|
||||
|
||||
jquery: '../vendor/jquery/jquery-1.8.0',
|
||||
jquery: '../vendor/jquery/jquery-2.1.1.min',
|
||||
|
||||
bootstrap: '../vendor/bootstrap/bootstrap',
|
||||
'bootstrap-tagsinput': '../vendor/tagsinput/bootstrap-tagsinput',
|
||||
|
2
src/vendor/jquery/jquery-1.8.0.js
vendored
2
src/vendor/jquery/jquery-1.8.0.js
vendored
File diff suppressed because one or more lines are too long
4
src/vendor/jquery/jquery-2.1.1.min.js
vendored
Normal file
4
src/vendor/jquery/jquery-2.1.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user