Skip to content
Permalink
Browse files

Alert user if Layers height > 100

  • Loading branch information...
Macribo committed Apr 8, 2019
1 parent e616f33 commit 4a59cd5582ea96c5bfe766217630ce2617768950
Showing with 756 additions and 717 deletions.
  1. +7 −3 css/m3rlin.css
  2. +0 −8 index.html
  3. +1 −1 js/m3rlin.js
  4. +748 −705 js/main.js
@@ -4,11 +4,11 @@
justify-content: space-around;
}

#hide {
/* opacity: 0.3; */
/* #hide {
display: none;
transition: 0.5s;
}
} */
.modal-header {
color: rgb(105, 105, 105);
text-align: center;
@@ -86,3 +86,7 @@ m34 {
/* align-content: space-between;
justify-content: center; */
}
.caution {
border: 4px solid orange;
background-color: orange;
}
@@ -752,14 +752,6 @@ <h4 class="centered">
<button class="m3rlin-btn">Help</button>
</div>
</div>
<!-- <button
type="button"
class="btn btn-secondary"
data-dismiss="modal"
>
Close
</button>
<button type="button" class="btn btn-primary">Save changes</button> -->
</div>
</div>
</div>
@@ -11,7 +11,7 @@ $(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');

0 comments on commit 4a59cd5

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