Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1311 from renatocn/close-modal-fix
Browse files Browse the repository at this point in the history
Fix popover when closing modal
  • Loading branch information
flaviomuniz committed Nov 24, 2014
2 parents 8da7965 + 6cc4703 commit 1723f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/assets/javascripts/locastyle/_modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ locastyle.modal = (function() {
$(".ls-modal-overlay, .ls-modal-template").remove();
$('body').removeClass('modal-opened');
locastyle.popover.destroyPopover();
locastyle.popover.init();
}

function ariaModal($modal) {
Expand Down

0 comments on commit 1723f7e

Please sign in to comment.