Ticket #9375: Jcrop.noconflict.diff
| File Jcrop.noconflict.diff, 1.2 KB (added by , 17 years ago) |
|---|
-
wp-includes/js/jcrop/jquery.Jcrop.dev.js
27 27 28 28 * }}} 29 29 */ 30 30 (function($) { 31 31 $.Jcrop = function(obj,opt) 32 32 { 33 33 // Initialization {{{ … … 1080 1080 // Return "this" so we're chainable a la jQuery plugin-style! 1081 1081 return this; 1082 1082 }; 1083 /*}}}*/ 1084 1083 })(jQuery); 1084 /*}}}*/ 1085 No newline at end of file -
wp-includes/script-loader.php
167 167 $scripts->add( 'thickbox', "/wp-includes/js/thickbox/thickbox.js", array('jquery'), '3.1-20090123'); 168 168 $scripts->add_data( 'thickbox', 'group', 1 ); 169 169 170 $scripts->add( 'jcrop', "/wp-includes/js/jcrop/jquery.Jcrop$suffix.js", array('jquery'), '0.9.5 ');170 $scripts->add( 'jcrop', "/wp-includes/js/jcrop/jquery.Jcrop$suffix.js", array('jquery'), '0.9.5-1'); 171 171 172 172 if ( defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ) { 173 173 $scripts->add( 'swfupload', '/wp-includes/js/swfupload/swfupload.js', false, '2.2.0-20081031');
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)