- Fix: selecting Preferences tab doesn't work after clicking other tab

release-0.6
alecpl 14 years ago
parent b373fd4b3d
commit 4737e5ce23

@ -1026,15 +1026,9 @@ function rcube_webmail()
// 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)

Loading…
Cancel
Save