소스 검색

bugfix, caused by material 0.99 and 0.97 coexit.

master
Patrick Peng Sun 8 년 전
부모
커밋
4048256c3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      spa/index.js

+ 1
- 1
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();
});

Loading…
취소
저장