Changeset 5245 in subversion
- Timestamp:
- Sep 19, 2011 4:00:08 PM (20 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r5233 r5245 156 156 157 157 // enable general commands 158 this.enable_command('logout', 'mail', 'addressbook', 'settings', 'save-pref', ' undo', true);158 this.enable_command('logout', 'mail', 'addressbook', 'settings', 'save-pref', 'compose', 'undo', true); 159 159 160 160 if (this.env.permaurl) … … 165 165 case 'mail': 166 166 // enable mail commands 167 this.enable_command('list', 'checkmail', ' compose', 'add-contact', 'search', 'reset-search', 'collapse-folder', true);167 this.enable_command('list', 'checkmail', 'add-contact', 'search', 'reset-search', 'collapse-folder', true); 168 168 169 169 if (this.gui_objects.messagelist) { … … 810 810 811 811 case 'compose': 812 var url = this. env.comm_path+'&_action=compose';812 var url = this.url('mail/compose'); 813 813 814 814 if (this.task == 'mail') {
Note: See TracChangeset
for help on using the changeset viewer.
