Merge remote branch 'origin/master'

This commit is contained in:
scottjehl 2011-03-31 17:49:15 -04:00
commit cbd1e4cb4c

View file

@ -789,9 +789,11 @@
$( "a" ).live( "click", function(event) {
if (preventClickDefault){
event.preventDefault();
preventClickDefault = false;
}
if (stopClickPropagation){
event.stopPropagation();
stopClickPropagation = false;
}
});