update the jquery (only for mobile site) as jquery mobile requires jquery 1.6. why this did not break yesterday when I did it is beyond me

This commit is contained in:
Maxwell Salzberg 2011-07-30 09:36:28 -07:00
parent bbf8f2a15b
commit 7956eb7d51
2 changed files with 20 additions and 1 deletions

View file

@ -48,7 +48,7 @@ javascripts:
login:
- public/javascripts/login.js
mobile:
- public/javascripts/vendor/jquery152.min.js
- public/javascripts/vendor/jquery162.min.js
- public/javascripts/custom-mobile-scripting.js
- public/javascripts/vendor/jquery.mobile-1.0b1.min.js

File diff suppressed because one or more lines are too long