Skip to content

Commit 21dbfe4

Browse files
fix projecthorus#84; remove tap hotfix
1 parent c5cd12b commit 21dbfe4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

js/app.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -581,10 +581,6 @@ $(window).ready(function() {
581581
}
582582
});
583583

584-
$("#main").on('tap','.row .data a.vbutton', function(event) {
585-
this.click();
586-
});
587-
588584
$("#main").on('tap','.row .data .vbutton.path', function(event) {
589585
event.stopPropagation();
590586

0 commit comments

Comments
 (0)