diff --git a/spa/index.js b/spa/index.js index aa1fa43..e7c7c42 100644 --- a/spa/index.js +++ b/spa/index.js @@ -9,6 +9,6 @@ $(document).ready(function() { selectMonths: true, // Creates a dropdown to control month selectYears: 15 // Creates a dropdown of 15 years to control year }); - $('.modal-trigger').leanModal(); + //$('.modal-trigger').leanModal(); $('.carousel').carousel(); }); \ No newline at end of file