mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
Deprecate $j global variable and replace them all with standard jQuery
This commit is contained in:
2
api/js/etemplate/test/jquery.js
vendored
2
api/js/etemplate/test/jquery.js
vendored
@ -9243,7 +9243,7 @@ jQuery.each([ "Height", "Width" ], function( i, name ) {
|
||||
|
||||
|
||||
// Expose jQuery to the global object
|
||||
window.jQuery = window.$j = jQuery;
|
||||
window.jQuery = window.jQuery = jQuery;
|
||||
|
||||
// Expose jQuery as an AMD module, but only for AMD loaders that
|
||||
// understand the issues with loading multiple versions of jQuery
|
||||
|
Reference in New Issue
Block a user