cortex-cms/cortex

View on GitHub
app/assets/javascripts/cortex/base.js

Summary

Maintainability
A
0 mins
Test Coverage
(function () {
  // See: http://stackoverflow.com/questions/32923179/material-design-lite-not-working-with-turbolinks
  $(document).on('turbolinks:load', function () {
    componentHandler.upgradeDom();
  });
})();