Skip to content
Permalink
Browse files

Reactivate modal.

  • Loading branch information...
Macribo committed Apr 8, 2019
1 parent 4a59cd5 commit 39f96527c42d735b5c0fc7e5dc891c66936fa640
Showing with 4 additions and 5 deletions.
  1. +2 −3 css/m3rlin.css
  2. +2 −2 js/m3rlin.js
@@ -4,11 +4,10 @@
justify-content: space-around;
}

/* #hide {
#hide {
display: none;
transition: 0.5s;
} */
}
.modal-header {
color: rgb(105, 105, 105);
text-align: center;
@@ -11,11 +11,11 @@ $(document).ready(function() {
// if ($slicerLayerHeight.val() > 100) {
// alert('Wait - are you sure??');
// }
// $('#m3rlinModal').modal('toggle');
$('#m3rlinModal').modal('toggle');
$('.m3rlin-quickstart-btns').css({ display: 'none' });
$('#settings').click(function() {
$('#m3rlinModal').modal('toggle');
// $('#hide').css({ display: 'block' });
$('#hide').css({ display: 'block' });
$('#hide').fadeIn('slow');
});

0 comments on commit 39f9652

Please sign in to comment.
You can’t perform that action at this time.