mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Fix home js was not properly initialized, hopefully fixing portals could not be resized.
This commit is contained in:
parent
e20d5a2a1d
commit
a423e82de2
@ -777,7 +777,7 @@ app.classes.home = (function(){ "use strict"; return AppJS.extend(
|
||||
this.egw.set_preference('common', 'egw_tutorial_noautoload', widget.get_value());
|
||||
}
|
||||
}
|
||||
});
|
||||
})}).call(this);
|
||||
|
||||
/// Base class code
|
||||
|
||||
@ -922,7 +922,7 @@ app.classes.home.home_favorite_portlet = app.classes.home.home_portlet.extend({
|
||||
this.portlet.getWidgetById('nm').refresh(_id,_type);
|
||||
}
|
||||
}
|
||||
});}).call(this);
|
||||
});
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user