View Revisions: Issue #1367 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0001367: Disable debug mode for jQuery migrate plugin |
|
Revision |
2013-12-09 18:12 by user2 |
|
Description |
The jQuery migrate plugin was added in debug mode in 6.5.0 Beta 2. Switch this back to production mode. The minified version disabled console logging. From the documentation:
// start
The plugin restores deprecated features and behaviors so that older code will still run properly on jQuery 1.9 and later. Use the uncompressed development version to diagnose compatiblity issues, it will generate warnings on the console that you can use to identify and fix problems. Use the compressed production version to simply fix compatibility issues without generating console warnings. |
|
Revision |
2013-10-07 19:19 by user2 |
|
Description |
The jQuery migrate plugin was added in debug mode in 6.5.0 Beta 2. Switch this back to production mode. |