course.js 196 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 var $ = require('/modules/lib/jquery.js'); require('/modules/lib/bootstrap.js'); module.exports = { init: function () { $(window).width() > 900 && $('.carousel').carousel(); } };