fixing doubleclick
This commit is contained in:
parent
bb5b38fb4f
commit
11e6da5592
3 changed files with 12 additions and 11 deletions
|
@ -23,6 +23,7 @@ jQuery.fn.single_double_click = function(single_click_callback, double_click_cal
|
|||
clicks = 0;
|
||||
}, timeout || 300);
|
||||
}
|
||||
return false; // added by jeena so it doesn't follow links
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Reference in a new issue