mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 02:42:30 +02:00
Deprecate $j global variable and replace them all with standard jQuery
This commit is contained in:
@ -892,8 +892,8 @@ app.classes.admin = AppJS.extend(
|
||||
*/
|
||||
wizard_popup_resize: function ()
|
||||
{
|
||||
var $main_div = $j('#popupMainDiv');
|
||||
var $et2 = $j('.et2_container');
|
||||
var $main_div = jQuery('#popupMainDiv');
|
||||
var $et2 = jQuery('.et2_container');
|
||||
var w = {
|
||||
width: egw_getWindowInnerWidth(),
|
||||
height: egw_getWindowInnerHeight()
|
||||
|
Reference in New Issue
Block a user