| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
This makes it simpler, cleaner and uses more modern JS APIs. jQuery
dependencies have been mostly (but not completely) removed.
This also fixes #3711
|
|
|
|
| |
removed obsolete calls, fixed type safety and doc blocks, reformatted
|
|
|
|
|
|
| |
attr
Related to #1546.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* jqsplit:
Restore smoothness.css using update.sh
allow selecting the preferred CDN and add event
load jquery via https always
split off jquery from other JS and add CDN option #1766
use external version file for jquery updates
removed jQuery.browser calls
replace deprecated bind() calls
replace deprecated delegate() calls
fixed radio options in media manager for new jQ-UI
jQuery Updates
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
jQuery.browser no longer exists in jQuery nor in jQuery migrate. A quick
check in Opera and IE11 suggests that both parts that used it are no
longer needed so they were simply removed.
More browser tests especially for the resize handling in the media manager
are recommended.
|
|/ |
|
|
|
|
| |
better stylability
|
| |
|
| |
|
| |
|
|
|
|
| |
this fixes another IE javascript problem in edit mode
|
|
|
|
| |
A trailing comma created an empty array item causing IE8 to choke.
|
| |
|
| |
|
| |
|
|
There are probably more functions that should go in here
|