Changeset 3768 in subversion
- Timestamp:
- Jun 18, 2010 4:44:27 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r3765 r3768 5079 5079 clearInterval(this._int); 5080 5080 5081 if (this.env.keep_alive && !this.env.framed && this.task =='mail' && this.gui_objects.mailboxlist)5081 if (this.env.keep_alive && !this.env.framed && this.task == 'mail' && this.gui_objects.mailboxlist) 5082 5082 this._int = setInterval(function(){ ref.check_for_recent(false); }, this.env.keep_alive * 1000); 5083 else if (this.env.keep_alive && !this.env.framed && this.task !='login')5083 else if (this.env.keep_alive && !this.env.framed && this.task != 'login' && this.env.action != 'print') 5084 5084 this._int = setInterval(function(){ ref.send_keep_alive(); }, this.env.keep_alive * 1000); 5085 5085 };
Note: See TracChangeset
for help on using the changeset viewer.
