mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 20:11:23 +02:00
Deprecate $j global variable and replace them all with standard jQuery
This commit is contained in:
@@ -121,7 +121,7 @@ egw.extend('message', egw.MODULE_WND_LOCAL, function(_app, _wnd)
|
||||
egw.setLocalStorageItem(egw.app_name(),'discardedMsgs',JSON.stringify(discarded));
|
||||
}
|
||||
}
|
||||
$j(this).remove();
|
||||
jQuery(this).remove();
|
||||
})
|
||||
.css('position', 'absolute');
|
||||
|
||||
|
Reference in New Issue
Block a user