thomascube
2005-10-26 01bb03134b5fd3797cbcf992104a3b6179b7f152
program/js/app.js
@@ -782,11 +782,15 @@
  this.switch_task = function(task)
    {
    if (this.task===task)
    if (this.task===task && task!='mail')
      return;
    var url = this.get_task_url(task);
    if (task=='mail')
      url += '&_mbox=INBOX';
    this.set_busy(true);
    location.href = this.get_task_url(task);
    location.href = url;
    };