Files
discourse/app/assets/javascripts/start-discourse.js
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
67 B
JavaScript
Raw Normal View History

2020-05-29 14:37:02 -04:00
// discourse-skip-module
(function () {
Discourse.start();
})();