Changeset bf36a9a in github
- Timestamp:
- Feb 28, 2008 2:43:54 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- bb8243b
- Parents:
- fa7539e
- Location:
- program/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
re8a89e8 rbf36a9a 696 696 { 697 697 uid = props._row.uid; 698 this.message_list.dont_select = true;698 699 699 // toggle read/unread 700 700 if (this.message_list.rows[uid].deleted) { -
program/js/list.js
rd24d208 rbf36a9a 208 208 drag_row: function(e, id) 209 209 { 210 this.in_selection_before = this.in_selection(id) ? id : false;211 212 210 // don't do anything (another action processed before) 213 211 var evtarget = rcube_event.get_target(e); 214 212 if (this.dont_select || (evtarget && (evtarget.tagName == 'INPUT' || evtarget.tagName == 'IMG'))) 215 213 return false; 214 215 this.in_selection_before = this.in_selection(id) ? id : false; 216 216 217 217 // selects currently unselected row
Note: See TracChangeset
for help on using the changeset viewer.
