Revert unintentional changes from previous commit

This commit is contained in:
Hadi Nategh 2022-05-20 16:05:22 +02:00
parent ef6cf29ce1
commit e8378bd742

View File

@ -114,7 +114,7 @@ export function et2_dataview_rowAOI(_node)
};
if (egwIsMobile()) {
/*jQuery(_node).swipe({
jQuery(_node).swipe({
allowPageScroll: "vertical",
longTapThreshold: 10,
swipe: function (event, direction, distance)
@ -131,7 +131,7 @@ export function et2_dataview_rowAOI(_node)
return;
}
});*/
});
} else {
jQuery(_node).click(selectHandler);
}