Commit 034b2534 authored by chdorner's avatar chdorner

Require page module in admin JS bundle

In order to be able to execute specific JS code on certain admin pages.
parent fa1b20b6
......@@ -8,3 +8,9 @@ if (settings.raven) {
window.$ = window.jQuery = require('jquery');
require('bootstrap');
var page = require('page');
document.addEventListener('DOMContentLoaded', function () {
page.start();
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment