Files
Anthias/static/js/main.js
2014-05-11 17:26:14 -08:00

6 lines
84 B
JavaScript

jQuery(function() {
Screenly.app = new Screenly.App({
el: $('body')
});
});