diaspora/app/assets/javascripts/app/helpers/handlebars-partials.js
cmrd Senya f632f8a1f8
Include templates to main.js
This is needed to properly initialize Handlebars partials without
a document ready handler.

fixes #7739

closes #7740
2018-03-25 08:27:23 +02:00

4 lines
212 B
JavaScript

// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-v3-or-Later
Handlebars.registerPartial("status-message", HandlebarsTemplates["status-message_tpl"]);
// @license-end