mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 07:28:43 +01:00
Disable preview pre-loading until we get all the details worked out
This commit is contained in:
parent
3418b002bf
commit
f6420e9572
@ -644,7 +644,8 @@ app.classes.mail = AppJS.extend(
|
|||||||
// Pre-load next email already so user gets it faster
|
// Pre-load next email already so user gets it faster
|
||||||
// Browser will cache the file for us
|
// Browser will cache the file for us
|
||||||
var next = egw_getObjectManager('mail',false,1).getObjectById('nm').getFocusedObject().getNext(1);
|
var next = egw_getObjectManager('mail',false,1).getObjectById('nm').getFocusedObject().getNext(1);
|
||||||
if(next && next.id)
|
// Stop until we get all the details worked out - server marks as seen automatically
|
||||||
|
if(false && next && next.id)
|
||||||
{
|
{
|
||||||
if(this.preview_preload.timer != null)
|
if(this.preview_preload.timer != null)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user