Changeset 3691 in subversion
- Timestamp:
- Jun 1, 2010 2:32:52 AM (3 years ago)
- Location:
- trunk/roundcubemail/program/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r3689 r3691 1502 1502 this.set_env('flagged_col', found); 1503 1503 1504 if ((found = $.inArray('subject', this.env.coltypes)) >= 0) 1505 this.set_env('subject_col', found); 1506 1504 1507 this.http_post('save-pref', { '_name':'list_cols', '_value':this.env.coltypes }); 1505 1508 }; -
trunk/roundcubemail/program/js/list.js
r3682 r3691 1394 1394 if (this.subject_col == from) 1395 1395 this.subject_col = to > from ? to - 1 : to; 1396 else if (this.subject_col < from && to <= this.subject_col) 1397 this.subject_col++; 1398 else if (this.subject_col > from && to >= this.subject_col) 1399 this.subject_col--; 1396 1400 1397 1401 this.triggerEvent('column_replace');
Note: See TracChangeset
for help on using the changeset viewer.
