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 ec3d6d6489
commit f7d04750c5

View file

@ -712,16 +712,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