Skip to content

Commit

Permalink
Merge pull request #281 from truonglocbinh/test
Browse files Browse the repository at this point in the history
fix event  popup
  • Loading branch information
dieunb committed Feb 2, 2016
2 parents 3ad1b1a + 0aa7a2a commit 87178ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/javascripts/calendar/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@ $(document).ready(function() {
e.stopPropagation();
});

$(document).on("click", "#event-preview-popup", function(e){
e.stopPropagation();
});

$(document).on("click", "body", function(e){
EventPopup.css({"visibility": "hidden"});
EventPreviewPopup.css({"visibility": "hidden"});
Expand Down

0 comments on commit 87178ca

Please sign in to comment.