Changeset 1299 in subversion
- Timestamp:
- Apr 14, 2008 5:38:36 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r1294 r1299 356 356 this.start_keepalive = function() 357 357 { 358 if (this.env.keep_alive && !this.env.framed && this.task=='mail' && this.gui_objects.m essagelist)358 if (this.env.keep_alive && !this.env.framed && this.task=='mail' && this.gui_objects.mailboxlist) 359 359 this._int = setInterval(function(){ ref.check_for_recent(); }, this.env.keep_alive * 1000); 360 360 else if (this.env.keep_alive && !this.env.framed && this.task!='login')
Note: See TracChangeset
for help on using the changeset viewer.
