mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 03:22:46 +08:00
Load pagedown_custom.js a bit later so it can use translations
This commit is contained in:
parent
0c4e3d5233
commit
52acbec647
|
@ -1,6 +1,3 @@
|
|||
// Pagedown customizations
|
||||
//= require ./pagedown_custom.js
|
||||
|
||||
// The rest of the externals
|
||||
//= require_tree ./external
|
||||
|
||||
|
@ -9,6 +6,9 @@
|
|||
|
||||
//= require ./locales/date_locales.js
|
||||
|
||||
// Pagedown customizations
|
||||
//= require ./pagedown_custom.js
|
||||
|
||||
// Stuff we need to load first
|
||||
//= require_tree ./discourse/mixins
|
||||
//= require ./discourse/components/computed
|
||||
|
|
Loading…
Reference in New Issue
Block a user