From 2b4a6dc20a96acfa688057eac4b9cbcae91c76ae Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 3 Jun 2018 20:20:54 -0600 Subject: [PATCH] Update bootstrap.js --- resources/assets/js/bootstrap.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/assets/js/bootstrap.js b/resources/assets/js/bootstrap.js index a79c0864..6db7d4c9 100644 --- a/resources/assets/js/bootstrap.js +++ b/resources/assets/js/bootstrap.js @@ -16,9 +16,10 @@ try { window.typeahead = require('./lib/typeahead'); window.Bloodhound = require('./lib/bloodhound'); + require('./lib/fontawesome-all'); require('./components/localstorage'); - //require('./components/likebutton'); - //require('./components/commentform'); + require('./components/likebutton'); + require('./components/commentform'); require('./components/searchform'); require('./components/bookmarkform'); } catch (e) {}