Changeset 5721 in subversion
- Timestamp:
- Jan 5, 2012 10:59:49 AM (17 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/list.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/list.js
r5271 r5721 351 351 352 352 // row was double clicked 353 if (this.rows && dblclicked && this.in_selection(id)) 353 if (this.rows && dblclicked && this.in_selection(id)) { 354 354 this.triggerEvent('dblclick'); 355 now = 0; 356 } 355 357 else 356 358 this.triggerEvent('click');
Note: See TracChangeset
for help on using the changeset viewer.
