alecpl
2009-06-15 3a2b270c9d1f531c2e2d1c422a4756afd639ef47
program/js/app.js
@@ -367,9 +367,6 @@
        break;
      }
    // enable basic commands
    this.enable_command('logout', true);
    // flag object as complete
    this.loaded = true;
@@ -551,14 +548,11 @@
          this.gui_objects.loginform.submit();
        break;
      case 'logout':
        this.goto_url('logout', '', true);
        break;
      // commands to switch task
      case 'mail':
      case 'addressbook':
      case 'settings':
      case 'logout':
        this.switch_task(command);
        break;