From a78beb2c16eea4bebd784a6ec127fa3eb71ca7bf Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 13 Nov 2018 12:44:59 -0700 Subject: [PATCH] Add readmore.js to bootstrap.js --- resources/assets/js/bootstrap.js | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/assets/js/bootstrap.js b/resources/assets/js/bootstrap.js index 5ce928e6e..4da606f57 100644 --- a/resources/assets/js/bootstrap.js +++ b/resources/assets/js/bootstrap.js @@ -7,6 +7,7 @@ window.typeahead = require('./lib/typeahead'); window.Bloodhound = require('./lib/bloodhound'); window.axios = require('axios'); window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; +require('readmore-js'); let token = document.head.querySelector('meta[name="csrf-token"]'); if (token) {