h5ai/src/_h5ai/public/js/lib/view/root.js
2015-11-18 17:27:16 +01:00

10 lines
185 B
JavaScript

modulejs.define('view/root', ['$'], function ($) {
var $el = $('body').attr('id', 'root');
$('#fallback, #fallback-hints').remove();
return {
$el: $el
};
});