From 4048256c3c157e426af9cc70020a8b5060eb286e Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Sat, 15 Jul 2017 17:12:21 +1000 Subject: [PATCH] bugfix, caused by material 0.99 and 0.97 coexit. --- spa/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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