fix opening links due to blocked event propagation

This commit is contained in:
Tankred Hase 2014-04-02 20:28:20 +02:00
parent a33e9ff3dc
commit 2f867437ad
1 changed files with 1 additions and 4 deletions

View File

@ -187,10 +187,7 @@ define(function(require) {
popover[0].style.opacity = '1';
});
elm.parent().parent().on('touchstart click', function(e) {
e.preventDefault();
e.stopPropagation();
elm.parent().parent().on('touchstart click', function() {
if (!visible) {
return;
}