pass folder info explizitly to cancel out problems there; fix js error for getFocuedObject().getNext

This commit is contained in:
Klaus Leithoff
2014-01-20 15:25:40 +00:00
parent 595d2a23bf
commit 68f2797cbc
2 changed files with 8 additions and 6 deletions

View File

@ -643,6 +643,7 @@ app.classes.mail = AppJS.extend(
// Pre-load next email already so user gets it faster
// Browser will cache the file for us
/*
var fO = egw_getObjectManager('mail',false,1).getObjectById('nm').getFocusedObject();
var next = false;
if (fO) next = fO.getNext(1);
@ -660,6 +661,7 @@ app.classes.mail = AppJS.extend(
);
},this),500);
}
*/
},
/**