mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
c2c0d1bade
no issue - added config values as data attributes - removed inline script - removed current-user.js
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
// Loader to create the Ember.js application
|
|
/*global require */
|
|
|
|
window.App = require('ghost/app')['default'].create(); |