Skip to content

Commit

Permalink
Hadle on click action in pop-over on oreder page
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Apr 19, 2016
1 parent 775519a commit 7427c2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/js/OsSelection.js
Expand Up @@ -126,6 +126,8 @@
}
}
}, 200);
}).on("click", function(event) {
event.preventDefault();
});
}

Expand Down

0 comments on commit 7427c2c

Please sign in to comment.