fixing doubleclick

This commit is contained in:
jeena 2013-04-16 19:13:14 +02:00
parent bb5b38fb4f
commit 11e6da5592
3 changed files with 12 additions and 11 deletions

View file

@ -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
});
});
}