Commit 499246ab by Torkel Ödegaard

Tech: upgraded jquery from 1.8.0 to 2.1.1, Closes #694

parent 71f78cc8
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
- Switch from underscore to lodash - Switch from underscore to lodash
- helpers to easily unit test angularjs controllers and services - helpers to easily unit test angularjs controllers and services
- Test coverage through coveralls - 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) # 1.7.0 (2014-08-11)
......
...@@ -27,7 +27,7 @@ require.config({ ...@@ -27,7 +27,7 @@ require.config({
'lodash-src': '../vendor/lodash', 'lodash-src': '../vendor/lodash',
bootstrap: '../vendor/bootstrap/bootstrap', 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', 'jquery-ui': '../vendor/jquery/jquery-ui-1.10.3',
'extend-jquery': 'components/extend-jquery', 'extend-jquery': 'components/extend-jquery',
......
...@@ -26,7 +26,7 @@ require.config({ ...@@ -26,7 +26,7 @@ require.config({
crypto: '../vendor/crypto.min', crypto: '../vendor/crypto.min',
spectrum: '../vendor/spectrum', spectrum: '../vendor/spectrum',
jquery: '../vendor/jquery/jquery-1.8.0', jquery: '../vendor/jquery/jquery-2.1.1.min',
bootstrap: '../vendor/bootstrap/bootstrap', bootstrap: '../vendor/bootstrap/bootstrap',
'bootstrap-tagsinput': '../vendor/tagsinput/bootstrap-tagsinput', 'bootstrap-tagsinput': '../vendor/tagsinput/bootstrap-tagsinput',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment