Changeset 5721 in subversion


Ignore:
Timestamp:
Jan 5, 2012 10:59:49 AM (17 months ago)
Author:
thomasb
Message:

Avoid dblclick events after 3rd click

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/js/list.js

    r5271 r5721  
    351351 
    352352  // row was double clicked 
    353   if (this.rows && dblclicked && this.in_selection(id)) 
     353  if (this.rows && dblclicked && this.in_selection(id)) { 
    354354    this.triggerEvent('dblclick'); 
     355    now = 0; 
     356  } 
    355357  else 
    356358    this.triggerEvent('click'); 
Note: See TracChangeset for help on using the changeset viewer.