소스 검색

Update bootstrap.js

Daniel Supernault 7 년 전
부모
커밋
2d8e6186da
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      resources/assets/js/bootstrap.js

+ 1 - 0
resources/assets/js/bootstrap.js

@@ -20,6 +20,7 @@ try {
     require('./components/likebutton');
     require('./components/commentform');
     require('./components/searchform');
+    require('./components/bookmarkform');
 } catch (e) {}
 
 /**