Do not register dataCache for popups

This commit is contained in:
Hadi Nategh 2014-11-11 11:47:17 +00:00
parent 97be33eee8
commit 8db75242b2

View File

@ -65,7 +65,7 @@ app.classes.mail = AppJS.extend(
*/
init: function() {
this._super.apply(this,arguments);
if (!this.egw.is_popup())
// Turn on client side, persistent cache
// egw.data system runs encapsulated below etemplate, so this must be
// done before the nextmatch is created.