| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
| |
we now pull jQuery directly from jquery's CDN instead of google because
google serves slightly outdated versions under the /1/ branch
The updated smoothness theme currently breaks compression. Haven't
figured out why, yet.
|
|
|
|
|
|
| |
Minified jQuery contains a source mapping hint that will result in a 404
in Chrome. I removed the hint for now. A better solution (eg. fixing the
mapping URL) should be found.
|
|
|
|
|
|
| |
jQuery 1.9.0 had a bug in replaceWith() that got fixed in 1.9.1 - to
ensure compatibility I upgraded the whole suite to their current
releases.
|
|
|
|
|
|
|
| |
* jQuery 1.9.0
* jQuery-UI v1.9.2
* jQuery.fn.live > jQuery.fn.on
* jQuery.fn.browser replacement (jquery.mb.browser.js)
|
|
|
|
|
| |
jQuery from 1.6.2 to 1.6.4
jQuery UI from 1.8.14 to 1.8.16
|
| |
|
| |
|
|
|