alecpl
2011-01-19 4737e5ce237192abca8e267f5206d024f8c90b0e
- Fix: selecting Preferences tab doesn't work after clicking other tab


1 files modified
8 ■■■■ changed files
program/js/app.js 8 ●●●● patch | view | raw | blame | history
program/js/app.js
@@ -1026,15 +1026,9 @@
      // user settings commands
      case 'preferences':
        this.goto_url('');
        break;
      case 'identities':
        this.goto_url('settings/identities');
        break;
      case 'folders':
        this.goto_url('settings/folders');
        this.goto_url('settings/' + command);
        break;
      // unified command call (command name == function name)