mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 02:18:31 +02:00
Deprecate $j global variable and replace them all with standard jQuery
This commit is contained in:
@ -296,7 +296,7 @@ egw.extend('links', egw.MODULE_GLOBAL, function()
|
||||
var othervars = url_othervars[1];
|
||||
if (_extravars && typeof _extravars == 'object')
|
||||
{
|
||||
$j.extend(vars, _extravars);
|
||||
jQuery.extend(vars, _extravars);
|
||||
_extravars = othervars;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user