mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
Do not register dataCache for popups
This commit is contained in:
parent
2926ab109d
commit
311d5fa4dd
@ -65,7 +65,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
*/
|
*/
|
||||||
init: function() {
|
init: function() {
|
||||||
this._super.apply(this,arguments);
|
this._super.apply(this,arguments);
|
||||||
|
if (!this.egw.is_popup())
|
||||||
// Turn on client side, persistent cache
|
// Turn on client side, persistent cache
|
||||||
// egw.data system runs encapsulated below etemplate, so this must be
|
// egw.data system runs encapsulated below etemplate, so this must be
|
||||||
// done before the nextmatch is created.
|
// done before the nextmatch is created.
|
||||||
|
Loading…
Reference in New Issue
Block a user