Add readmore.js to bootstrap.js

pull/547/head
Daniel Supernault 7 years ago
parent 06a931c1cb
commit a78beb2c16
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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) {

Loading…
Cancel
Save