mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 11:38:02 +02:00
Fixed design problem in egw_core, which caused window-local modules to be instanciated multiple times if used for multiple applications inside a window. Added egw_css.js as replacement for et2_core_stylesheet.js, which allows to add stylesheet rules at runtime
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
egw_core;
|
||||
*/
|
||||
|
||||
egw.extend('tooltip', egw.MODULE_WND_LOCAL, function(_egw, _wnd) {
|
||||
egw.extend('tooltip', egw.MODULE_WND_LOCAL, function(_app, _wnd) {
|
||||
|
||||
var tooltip_div = null;
|
||||
var current_elem = null;
|
||||
|
Reference in New Issue
Block a user