removed default click simulator now that listviews no longer tricker clicks.

This commit is contained in:
scottjehl 2011-03-25 19:22:31 -04:00
parent f8e406dd7f
commit 9a4663073d

View file

@ -711,16 +711,8 @@
//remove active link class if external (then it won't be there if you come back)
window.setTimeout(function() {removeActiveLinkClass(true);}, 200);
//deliberately redirect, in case click was triggered
if( hasTarget ){
window.open( url );
}
else if( hasAjaxDisabled ){
return;
}
else{
location.href = url;
}
//use default click handling
return;
}
else {
//use ajax