Skip to content

Commit

Permalink
Fix dist
Browse files Browse the repository at this point in the history
  • Loading branch information
renekorss committed Jul 4, 2017
1 parent 15215f1 commit 36ef3a7
Show file tree
Hide file tree
Showing 6 changed files with 2,458 additions and 10 deletions.
2 changes: 2 additions & 0 deletions dist/rkd-modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,5 @@ html {

.modal-open {
overflow: hidden; }
.modal-open .modal {
display: block; }
4 changes: 2 additions & 2 deletions dist/rkd-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $(function() {
var $loading = $modal.find('.loading');

// Open modal
$modal.find('input.modal-state').prop('checked', true);
$modal.find('input.modal-state').prop('checked', true).change();

// Take content inside of this element
if ($(this).hasClass('rkd-modal-this')){
Expand Down Expand Up @@ -120,4 +120,4 @@ var createAjaxModal = function(){
$('body').append(modalHTML);

return $('#'+ID);
};
};
2 changes: 1 addition & 1 deletion dist/rkd-modal.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/rkd-modal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 36ef3a7

Please sign in to comment.